Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp134 maxExecuted = outerCalls * (innerCalls + 1); in TestNumSubrangesCalculation() local
136 REQUIRE_MESSAGE (g_CurExecuted == maxExecuted, "Wrong estimation of bodies invocation count"); in TestNumSubrangesCalculation()
137 return maxExecuted; in TestNumSubrangesCalculation()
981 maxExecuted = outerCalls * innerCalls, in Test4_parallel_for_each() local
985 minExecuted = maxExecuted - innerCalls; in Test4_parallel_for_each()
991 …DOCTEST_WARN_MESSAGE(g_CurExecuted < maxExecuted, "All tasks survived exception. Oversubscription?… in Test4_parallel_for_each()
1539maxExecuted = outerCalls * innerCalls; // the number of invocations of the inner pipelines in Test4_pipeline() local
1548 minExecuted = maxExecuted - innerCalls; // one throwing inner pipeline in Test4_pipeline()