KallistiOS
##version##
|
Macros | |
#define | THD_DEFAULTS 0 |
Defaults: no flags. More... | |
#define | THD_USER 1 |
Thread runs in user mode. More... | |
#define | THD_QUEUED 2 |
Thread is in the run queue. More... | |
#define | THD_DETACHED 4 |
Thread is detached. More... | |
These are possible values for the flags field on the kthread_t structure. These can be ORed together.
#define THD_DEFAULTS 0 |
Defaults: no flags.
#define THD_DETACHED 4 |
Thread is detached.
#define THD_QUEUED 2 |
Thread is in the run queue.
#define THD_USER 1 |
Thread runs in user mode.