Kernel - Split Mutexes/Semaphores out
[tpg/acess2.git] / Kernel / include / threads_int.h
index 124f51a..64b2986 100644 (file)
@@ -99,6 +99,7 @@ static const char * const casTHREAD_STAT[] = {
 
 // === GLOBALS ===
 extern BOOL    gaThreads_NoTaskSwitch[MAX_CPUS];
+extern tShortSpinlock  glThreadListLock;
 
 // === FUNCTIONS ===
 extern tThread *Proc_GetCurThread(void);

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