Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp207 …REQUIRE_MESSAGE(g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived ex… in TestParallelLoopAux()
212 … REQUIRE_MESSAGE(g_ExecutedAtFirstCatch == g_ExecutedAtLastCatch, "Too many exceptions occurred"); in TestParallelLoopAux()
330 …REQUIRE_MESSAGE ((g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads), "Too many tasks survived… in Test3()
523 g_ExecutedAtLastCatch = g_CurExecuted.load(); 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()
938 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test3_parallel_for_each()
1392 …REQUIRE_MESSAGE (g_CurExecuted <= g_ExecutedAtLastCatch + g_NumThreads, "Too many tasks survived e… in Test1_pipeline()
[all …]
/oneTBB/test/common/
H A Dexception_handling.h35 g_ExecutedAtLastCatch, variable
84 g_CurExecuted = g_ExecutedAtLastCatch = g_ExecutedAtFirstCatch = 0;
179 expected = g_ExecutedAtLastCatch.load();\
180 …while (expected < curExecuted) g_ExecutedAtLastCatch.compare_exchange_strong(expected, curExecuted…
277 g_ExecutedAtLastCatch = g_CurExecuted.load(); in operator()