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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0SemMutex.cpp89 uint32_t const cMsMax = (uint32_t)u64Arg * 1000; local
218 if ((i % 16) == 15 && RTTimeSystemMilliTS() - StartTS >= cMsMax)
240 if ((i % 256) == 255 && RTTimeSystemMilliTS() - StartTS >= cMsMax)
258 if (RTTimeSystemMilliTS() - StartTS >= cMsMax)
H A DtstRTR0ThreadPreemptionDriver.cpp256 uint64_t cMsMax = 60000; /* ca. 1 minute timeout. */
276 if (cMsElapsed > cMsMax)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py536 def getMsLeft(self, cMsMin = 0, cMsMax = -1):
544 if cMsLeft > cMsMax and cMsMax > 0:
545 return cMsMax

Completed in 339 milliseconds