Searched defs:g_iSigPokeThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dthread-posix.cpp87 static int g_iSigPokeThread = -1; variable
145 g_iSigPokeThread = -1;
165 g_iSigPokeThread = s_aiSigCandidates[iSig];
215 if (g_iSigPokeThread != -1)
216 siginterrupt(g_iSigPokeThread, 1);
257 Assert(iSignal == g_iSigPokeThread);
391 if (g_iSigPokeThread != -1)
393 rc = pthread_kill((pthread_t)(uintptr_t)pThread->Core.Key, g_iSigPokeThread);

Completed in 75 milliseconds