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

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp159 static DECLCALLBACK(int) rtTimerOnce(void *pvUser) function
548 int rc = RTOnce(&g_TimerOnce, rtTimerOnce, NULL);

Completed in 43 milliseconds