Changeset 48d14222 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2007-06-04T19:50:44Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 473e693
- Parents:
- cb4afd8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
rcb4afd8b r48d14222 82 82 /** After a thread calls thread_exit(), it is put into Exiting state. */ 83 83 Exiting, 84 /** Threads that were not detached but exited are in the JoinMe state. */85 JoinMe84 /** Threads that were not detached but exited are Lingering. */ 85 Lingering 86 86 } state_t; 87 87
Note:
See TracChangeset
for help on using the changeset viewer.