KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Thread flag values

Macros

#define THD_DEFAULTS   0
 Defaults: no flags.
#define THD_USER   1
 Thread runs in user mode.
#define THD_QUEUED   2
 Thread is in the run queue.
#define THD_DETACHED   4
 Thread is detached.

Detailed Description

These are possible values for the flags field on the kthread_t structure. These can be ORed together.


Macro Definition Documentation

#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.