Searched refs:c_Timeout (Results 1 – 1 of 1) sorted by relevance
228 const int c_Timeout = 1000000; variable238 while ( ++n < c_Timeout && (int)utils::ConcurrencyTracker::PeakParallelism() < expected_peak ) in WaitUntilConcurrencyPeaks()243 DOCTEST_WARN_MESSAGE(n < c_Timeout, g_Wakeup_Msg); in WaitUntilConcurrencyPeaks()245 if ( n == c_Timeout ) { in WaitUntilConcurrencyPeaks()