Lines Matching refs:g_CurExecuted

136     REQUIRE_MESSAGE (g_CurExecuted == maxExecuted, "Wrong estimation of bodies invocation count");  in TestNumSubrangesCalculation()
207 …REQUIRE_MESSAGE(g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived ex… in TestParallelLoopAux()
243 ++g_CurExecuted; in operator ()()
325 REQUIRE_MESSAGE (g_CurExecuted > minExecuted, "Too few tasks survived exception"); in Test3()
326 …REQUIRE_MESSAGE ((g_CurExecuted <= minExecuted + (g_ExecutedAtLastCatch + g_NumThreads)), "Too man… in Test3()
330 …REQUIRE_MESSAGE ((g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads), "Too many tasks survived… in Test3()
368 REQUIRE_MESSAGE (g_CurExecuted >= minExecuted, "Too few tasks executed"); in Test4()
374 …REQUIRE_MESSAGE (g_CurExecuted <= minExecuted + (g_ExecutedAtLastCatch + g_NumThreads), "Too many … in Test4()
378 REQUIRE_MESSAGE (g_CurExecuted >= minExecuted, "Too few executed tasks reported"); in Test4()
379 …REQUIRE_MESSAGE ((g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads), "Too many tasks survived… in Test4()
380 …REQUIRE_MESSAGE (g_CurExecuted <= outerCalls * (1 + g_NumThreads), "Too many tasks survived except… in Test4()
494 ++g_CurExecuted; in operator ()()
523 g_ExecutedAtLastCatch = g_CurExecuted.load(); in operator ()()
532 ++g_CurExecuted; in operator ()()
547 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Some tasks were executed … in TestCancelation2()
815 ++g_CurExecuted; in operator ()()
845 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test1_parallel_for_each()
849 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test1_parallel_for_each()
884 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test2_parallel_for_each()
888 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test2_parallel_for_each()
933 REQUIRE_MESSAGE (g_CurExecuted > minExecuted, "Too few tasks survived exception"); in Test3_parallel_for_each()
934 …REQUIRE_MESSAGE (g_CurExecuted <= minExecuted + (g_ExecutedAtLastCatch + g_NumThreads), "Too many … in Test3_parallel_for_each()
938 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test3_parallel_for_each()
987 REQUIRE_MESSAGE (g_CurExecuted >= minExecuted, "Too few tasks executed"); in Test4_parallel_for_each()
991 …DOCTEST_WARN_MESSAGE(g_CurExecuted < maxExecuted, "All tasks survived exception. Oversubscription?… in Test4_parallel_for_each()
996 REQUIRE_MESSAGE (g_CurExecuted >= minExecuted, "Too many executed tasks reported"); in Test4_parallel_for_each()
997 …REQUIRE_MESSAGE (g_CurExecuted < g_ExecutedAtLastCatch + g_NumThreads + outerCalls, "Too many task… in Test4_parallel_for_each()
998 …REQUIRE_MESSAGE (g_CurExecuted <= outerCalls * (1 + g_NumThreads), "Too many tasks survived except… in Test4_parallel_for_each()
1007 ++g_CurExecuted; in operator ()()
1148 ++g_CurExecuted; in operator ()()
1190 …REQUIRE_MESSAGE (g_CurExecuted < g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks were execut… in TestCancelation1_parallel_for_each()
1196 ++g_CurExecuted; in operator ()()
1311 ++g_CurExecuted; in operator ()()
1378 if ( g_CurExecuted == 2 * static_cast<int>(get_iter_range_size()) ) { in Test1_pipeline()
1392 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test1_pipeline()
1395 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test1_pipeline()
1427 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test2_pipeline()
1491 REQUIRE_MESSAGE(g_CurExecuted >= minExecuted, "Too few tasks survived exception"); in Test3_pipeline()
1500 …REQUIRE_MESSAGE (((g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads) || okayNoExceptionCaught… in Test3_pipeline()
1556 REQUIRE_MESSAGE (g_CurExecuted >= minExecuted, "Too many executed tasks reported"); in Test4_pipeline()
1563 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived m… in Test4_pipeline()
1641 ++g_CurExecuted; in operator ()()
1675 …REQUIRE_MESSAGE (g_CurExecuted < g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks were execut… in TestCancelation1_pipeline()
1683 ++g_CurExecuted; in operator ()()
1701 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch, "Some tasks were executed after cancellat… in TestCancelation2_pipeline()