Searched defs:cMsMax (Results 1 - 1 of 1) 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)

Completed in 49 milliseconds