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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp84 static uint64_t g_NanoTSStop; variable
359 g_NanoTSStop = uStartNS + cSecs * UINT64_C(1000000000);
383 && RTTimeNanoTS() < g_NanoTSStop);
546 } while (RTTimeNanoTS() < g_NanoTSStop);
607 } while (RTTimeNanoTS() < g_NanoTSStop);

Completed in 46 milliseconds