Searched refs:g_ExecutedAtFirstCatch (Results 1 – 2 of 2) sorted by relevance
36 g_ExecutedAtFirstCatch, variable84 g_CurExecuted = g_ExecutedAtLastCatch = g_ExecutedAtFirstCatch = 0;177 g_ExecutedAtFirstCatch.compare_exchange_strong(expected , g_CurExecuted); \
212 … REQUIRE_MESSAGE(g_ExecutedAtFirstCatch == g_ExecutedAtLastCatch, "Too many exceptions occurred"); in TestParallelLoopAux()