Defines | |
| #define | THR_ST_NONE 0 |
| #define | THR_ST_ACTIVE 1 |
| #define | THR_ST_DELAYED 2 |
| #define | THR_ST_WAITING 3 |
|
|
Specifies that this thread is currently in the active queue |
|
|
Specifies that this thread is currently in the delayed queue |
|
|
Specifies that this thread is current inactive and can be reused |
|
|
Specifies that this thread is currently in the waiting queue |
1.3.4