Tools/nativelib - Threading fixes
[tpg/acess2.git] / Tools / nativelib / threads.c
index b698770..aec7076 100644 (file)
@@ -23,6 +23,7 @@ tShortSpinlock        glThreadListLock;
 void Threads_int_Init(void)
 {
        lpThreads_This = Threads_int_CreateTCB(NULL);
+       Threads_SetName("ThreadZero");
 }
 
 tThread *Proc_GetCurThread(void)

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