Add thread and process states.
Add a thread exit call.
This commit is contained in:
parent
8d87791fa2
commit
a06c9dced4
8 changed files with 78 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#define Z_DEBUG_PRINT 100
|
||||
|
||||
uint64_t ZDebug(const char* message);
|
||||
#define Z_THREAD_EXIT 0x01
|
||||
#define Z_DEBUG_PRINT 0x100
|
||||
|
||||
uint64_t ZDebug(const char* message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue