Fixed compile errors, added Semaphore code
[tpg/acess2.git] / Kernel / include / threads.h
index 2b8f9fb..6fbc11f 100644 (file)
@@ -74,6 +74,7 @@ enum {
        THREAD_STAT_ACTIVE,     // Running and schedulable process
        THREAD_STAT_SLEEPING,   // Message Sleep
        THREAD_STAT_MUTEXSLEEP, // Mutex Sleep
+       THREAD_STAT_SEMAPHORESLEEP,     // Semaphore Sleep
        THREAD_STAT_WAITING,    // ??? (Waiting for a thread)
        THREAD_STAT_PREINIT,    // Being created
        THREAD_STAT_ZOMBIE,     // Died/Killed, but parent not informed

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