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

/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp81 static RTONCE g_TimerOnce = RTONCE_INITIALIZER; variable
548 int rc = RTOnce(&g_TimerOnce, rtTimerOnce, NULL);

Completed in 68 milliseconds