X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fthreads_int.h;h=64b29868352aea75f2aeff5f35c37cb3517af9e0;hb=340bda1dddf444ccf46fbc9e7a37bf6c3f0aeb6a;hp=124f51a190b4993189f34b31b4f4c9ca9ba79876;hpb=dc42c3998b01e66a609fed5d503a81a972e636d6;p=tpg%2Facess2.git diff --git a/Kernel/include/threads_int.h b/Kernel/include/threads_int.h index 124f51a1..64b29868 100644 --- a/Kernel/include/threads_int.h +++ b/Kernel/include/threads_int.h @@ -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);