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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTLockValidator.cpp301 * @param fStopOnError Whether to stop on error and heed the thread
304 static void testWaitForThreads(uint32_t cMillies, bool fStopOnError) argument
315 if (fStopOnError && (RT_FAILURE(rc2) || RT_FAILURE(rcThread)))

Completed in 46 milliseconds