Searched refs:rtTimerLRThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dtimerlr-generic.cpp89 static DECLCALLBACK(int) rtTimerLRThread(RTTHREAD hThread, void *pvUser);
125 rc = RTThreadCreate(&pThis->hThread, rtTimerLRThread, pThis, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "TimerLR");
271 static DECLCALLBACK(int) rtTimerLRThread(RTTHREAD hThreadSelf, void *pvUser) function

Completed in 41 milliseconds