Add thread and process states.

Add a thread exit call.
This commit is contained in:
Drew Galbraith 2023-05-29 13:51:00 -07:00
parent 8d87791fa2
commit a06c9dced4
8 changed files with 78 additions and 9 deletions

View file

@ -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);