|
Defines | |
| #define | __THSTS_READY 0 |
| Thread is waiting for it's turn to run. | |
| #define | __THSTS_RUNNING 1 |
| Thread is running. | |
| #define | __THSTS_SLEEPING 2 |
| Thread is sleeping. | |
| #define | __THSTS_WAITING 3 |
| Thread is waiting for an event. | |
| #define | __THSTS_DISABLED 4 |
| Thread is disabled. | |
| #define | __THSTS_FIRSTTIME 5 |
| Thread first time. | |
| #define | __THSTS_DELETE 6 |
| Thread marked for deletion. | |
| #define __THSTS_READY 0 |
| #define __THSTS_RUNNING 1 |
| #define __THSTS_SLEEPING 2 |
| #define __THSTS_WAITING 3 |
| #define __THSTS_DISABLED 4 |
| #define __THSTS_FIRSTTIME 5 |
| #define __THSTS_DELETE 6 |