Home
last modified time | relevance | path

Searched refs:c_Timeout (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dexception_handling.h228 const int c_Timeout = 1000000; variable
238 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()