Searched refs:g_ExceptionCount (Results 1 – 1 of 1) sorted by relevance
414 atomic_t g_ExceptionCount; variable443 g_ExceptionCount = 0; in ResetGlobals()470 ++g_ExceptionCount; in LaunchChildrenWithFunctor()475 if ( g_Rethrow && g_ExceptionCount > SKIP_GROUPS ) { in LaunchChildrenWithFunctor()523 …CHECK_MESSAGE( g_ExceptionCount <= NUM_GROUPS, "Too many exceptions from the child groups. The tes… in TestExceptionHandling1()524 CHECK_MESSAGE( g_ExceptionCount == NUM_GROUPS, "Not all child groups threw the exception" ); in TestExceptionHandling1()544 …CHECK_MESSAGE( g_ExceptionCount >= SKIP_GROUPS, "Too few exceptions from the child groups. The tes… in TestExceptionHandling2()545 …CHECK_MESSAGE( g_ExceptionCount <= NUM_GROUPS - SKIP_GROUPS, "Too many exceptions from the child g… in TestExceptionHandling2()546 …CHECK_MESSAGE( g_ExceptionCount < NUM_GROUPS - SKIP_GROUPS, "None of the child groups was cancelle… in TestExceptionHandling2()