Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp414 atomic_t g_ExceptionCount; variable
443 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()