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

/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp86 static DECLCALLBACK(int) rtTimerThread(RTTHREAD Thread, void *pvUser);
119 rc = RTThreadCreate(&pTimer->Thread, rtTimerThread, pTimer, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "Timer");
234 static DECLCALLBACK(int) rtTimerThread(RTTHREAD hThreadSelf, void *pvUser) function

Completed in 42 milliseconds