Searched refs:maxExecuted (Results 1 – 1 of 1) sorted by relevance
134 maxExecuted = outerCalls * (innerCalls + 1); in TestNumSubrangesCalculation() local136 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() local985 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()1539 … maxExecuted = outerCalls * innerCalls; // the number of invocations of the inner pipelines in Test4_pipeline() local1548 minExecuted = maxExecuted - innerCalls; // one throwing inner pipeline in Test4_pipeline()