mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
THREAD_RESUME is an alias to THREAD_RUN.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define THREAD_DESTROY 0x30000000
|
||||
#define THREAD_RECYCLE 0x40000000
|
||||
#define THREAD_WAIT 0x50000000
|
||||
#define THREAD_RESUME THREAD_RUN
|
||||
|
||||
#define THREAD_CREATE_MASK 0x0FF00000
|
||||
#define TC_SHARE_CAPS 0x00100000 /* Share all thread capabilities */
|
||||
|
||||
Reference in New Issue
Block a user