Changeset 72bcb25 in mainline


Ignore:
Timestamp:
2007-04-08T23:50:14Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04d4512
Parents:
e5dbbe5
Message:

detach joined thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/cmd.c

    re5dbbe5 r72bcb25  
    600600                        thread_ready(t);
    601601                        thread_join(t);
     602                        thread_detach(t);
    602603                } else
    603604                        printf("Unable to create thread for cpu%u\n", i);
Note: See TracChangeset for help on using the changeset viewer.