Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Thread States


Detailed Description

The following defines specify the various states that a thread can be in.


Defines

#define THR_ST_NONE   0
#define THR_ST_ACTIVE   1
#define THR_ST_DELAYED   2
#define THR_ST_WAITING   3


Define Documentation

#define THR_ST_ACTIVE   1
 

Specifies that this thread is currently in the active queue

#define THR_ST_DELAYED   2
 

Specifies that this thread is currently in the delayed queue

#define THR_ST_NONE   0
 

Specifies that this thread is current inactive and can be reused

#define THR_ST_WAITING   3
 

Specifies that this thread is currently in the waiting queue


Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4