Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h36 g_ExecutedAtFirstCatch, variable
84 g_CurExecuted = g_ExecutedAtLastCatch = g_ExecutedAtFirstCatch = 0;
177 g_ExecutedAtFirstCatch.compare_exchange_strong(expected , g_CurExecuted); \
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp212 … REQUIRE_MESSAGE(g_ExecutedAtFirstCatch == g_ExecutedAtLastCatch, "Too many exceptions occurred"); in TestParallelLoopAux()