Fiddling with threading code to attempt to fix this ____ bug
[tpg/acess2.git] / Kernel / include / threads.h
index 3b6e9c6..f1e4bb4 100644 (file)
@@ -67,6 +67,7 @@ enum {
        THREAD_STAT_SLEEPING,   // Message Sleep
        THREAD_STAT_OFFSLEEP,   // Mutex Sleep (or waiting on a thread)
        THREAD_STAT_WAITING,    // ???
+       THREAD_STAT_PREINIT,    // Being created
        THREAD_STAT_ZOMBIE,     // Died, just not removed
        THREAD_STAT_DEAD        // Why do we care about these???
 };

UCC git Repository :: git.ucc.asn.au