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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp58 bool volatile g_fDoNotSpin = false; variable
109 if (rc != VERR_TRY_AGAIN/* && !g_fDoNotSpin*/)
116 if (!g_fDoNotSpin)
120 RTThreadSleep(/*g_fDoNotSpin ? TEST_DEBUG_TIMEOUT :*/ iLoop > 256 ? 1 : 0);
247 RTThreadSleep(g_fDoNotSpin ? TEST_DEBUG_TIMEOUT : iOuterLoop + iLoop > 256 ? 1 : 0);
258 RTThreadSleep(g_fDoNotSpin ? TEST_DEBUG_TIMEOUT : iOuterLoop > 256 ? 1 : 0);
372 if (g_fDoNotSpin && RTTestErrorCount(g_hTest) != cErrors)

Completed in 35 milliseconds