Searched refs:IDThread (Results 1 – 6 of 6) sorted by relevance
/dports/devel/libcii/libcii-1.1/src/ |
H A D | thread-nt.c | 16 DWORD IDThread; /* Win 32 thread identifier */ member 48 if (t->IDThread == id) in getThreadByID() 59 q = &allthreads[HASH(t->IDThread)]; in removeThread() 73 q = &allthreads[HASH(t->IDThread)]; in addThread() 109 root->IDThread = GetCurrentThreadId(); in Thread_init() 253 &t->IDThread /* where to store the thread id */ in Thread_new()
|
/dports/lang/eisl/eisl-2.35/cii/src/ |
H A D | thread-nt.c | 16 DWORD IDThread; /* Win 32 thread identifier */ member 48 if (t->IDThread == id) in getThreadByID() 59 q = &allthreads[HASH(t->IDThread)]; in removeThread() 72 q = &allthreads[HASH(t->IDThread)]; in addThread() 108 root->IDThread = GetCurrentThreadId(); in Thread_init() 254 &t->IDThread /* where to store the thread id */ in Thread_new()
|
/dports/games/uhexen2/hexen2source-1.5.9/utils/common/ |
H A D | threads.c | 221 unsigned IDThread; in RunThreadsOn() local 240 &IDThread); in RunThreadsOn()
|
/dports/math/ngraph/Ngraph-6.3.54-src/src/ |
H A D | shellux.c | 129 DWORD IDThread; in cmsleep() local 143 CreateThread(NULL,0,SleepThread,&TH,0,&IDThread); in cmsleep()
|
H A D | shell.c | 391 DWORD IDThread; in shgetstdin() local 396 CreateThread(NULL,0,GetKeyThread,&TH,0,&IDThread); in shgetstdin() 413 DWORD IDThread; in shget() local 418 CreateThread(NULL,0,GetKeyThread,&TH,0,&IDThread); in shget() 2343 DWORD IDThread; in cmdexec() local 3188 CreateThread(NULL,0,WaitPidThread,&WP,0,&IDThread); in cmdexec()
|
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/ |
H A D | Draw_Window.cxx | 1638 DWORD IDThread; in Init_Appli() local 1650 &IDThread); in Init_Appli() 2012 DWORD IDThread; in Run_Appli() local 2021 &IDThread); // returns thread identifier in Run_Appli()
|