* cosmetics
This commit is contained in:
parent
96122f81ef
commit
d40052e24b
@ -24,7 +24,7 @@
|
|||||||
#define STATUS_NOT_FOUND (0x0000)
|
#define STATUS_NOT_FOUND (0x0000)
|
||||||
#define STATUS_ON_RUNQUEUE (0x0001)
|
#define STATUS_ON_RUNQUEUE (0x0001)
|
||||||
#define STATUS_RUNNING (0x0002) + STATUS_ON_RUNQUEUE
|
#define STATUS_RUNNING (0x0002) + STATUS_ON_RUNQUEUE
|
||||||
#define STATUS_PENDING (0x0004) + STATUS_ON_RUNQUEUE
|
#define STATUS_PENDING (0x0004) + STATUS_ON_RUNQUEUE
|
||||||
#define STATUS_STOPPED (0x0008)
|
#define STATUS_STOPPED (0x0008)
|
||||||
#define STATUS_SLEEPING (0x0010)
|
#define STATUS_SLEEPING (0x0010)
|
||||||
#define STATUS_MUTEX_BLOCKED (0x0020)
|
#define STATUS_MUTEX_BLOCKED (0x0020)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user