Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2450 → Rev 2451

/trunk/kernel/generic/include/proc/thread.h
81,8 → 81,8
Entering,
/** After a thread calls thread_exit(), it is put into Exiting state. */
Exiting,
/** Threads that were not detached but exited are in the JoinMe state. */
JoinMe
/** Threads that were not detached but exited are Lingering. */
Lingering
} state_t;
 
/** Thread structure. There is one per thread. */