KallistiOS
2.0.0
|
Macros | |
#define | STATE_ZOMBIE 0x0000 |
Waiting to die. | |
#define | STATE_RUNNING 0x0001 |
Process is "current". | |
#define | STATE_READY 0x0002 |
Ready to be scheduled. | |
#define | STATE_WAIT 0x0003 |
Blocked on a genwait. | |
#define | STATE_FINISHED 0x0004 |
Finished execution. |
Each thread in the system is in exactly one of this set of states.
#define STATE_FINISHED 0x0004 |
Finished execution.
#define STATE_READY 0x0002 |
Ready to be scheduled.
#define STATE_RUNNING 0x0001 |
Process is "current".
#define STATE_WAIT 0x0003 |
Blocked on a genwait.
#define STATE_ZOMBIE 0x0000 |
Waiting to die.