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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTThreadExecutionTime.cpp66 RTMSINTERVAL msWait = 1000; local
73 RTPrintf("Waiting for %dms ...\n", msWait);
74 RTThreadSleep(msWait);
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp3910 RTMSINTERVAL msWait = (RTMSINTERVAL)(((RTTimeNanoTS() + pThis->nsWait) - tsNanoStart) / 1000000); local
3911 rc = RTSemEventWait(pThis->hSemEventFrame, msWait);

Completed in 70 milliseconds