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

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp93 static RTTHREAD g_TimerThread; variable
597 rc = RTThreadCreate(&g_TimerThread, rttimerThread, NULL, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "Timer");
600 rc = RTThreadUserWait(g_TimerThread, 45*1000); /* this better not fail... */
650 AssertReturn(g_TimerThread != RTThreadSelf(), VERR_INTERNAL_ERROR);
684 Thread = g_TimerThread;
685 g_TimerThread = NIL_RTTHREAD;

Completed in 56 milliseconds