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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp187 * @param cWaitOn The distance to the lock they'll be waiting on,
191 static int testWaitForAllOtherThreadsToSleep(RTTHREADSTATE enmDesiredState, uint32_t cWaitOn) argument
213 if (cWaitOn != UINT32_MAX)
215 uint32_t j = (i + cWaitOn) % g_cThreads;

Completed in 46 milliseconds