X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2Fnativelib%2Fthreads.c;h=aec7076e0c8c3872e30491af482733a21a338c74;hb=efbf7167d3668adcc761af8c8d5419bf8bc52f32;hp=b698770acc6df8b7ca82dd1e6378085ca95bccbc;hpb=7143c19c04c283251ce32cd3226f04d69428cee3;p=tpg%2Facess2.git diff --git a/Tools/nativelib/threads.c b/Tools/nativelib/threads.c index b698770a..aec7076e 100644 --- a/Tools/nativelib/threads.c +++ b/Tools/nativelib/threads.c @@ -23,6 +23,7 @@ tShortSpinlock glThreadListLock; void Threads_int_Init(void) { lpThreads_This = Threads_int_CreateTCB(NULL); + Threads_SetName("ThreadZero"); } tThread *Proc_GetCurThread(void)