Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp410 #define SKIP_GROUPS (NUM_GROUPS/4) macro
475 if ( g_Rethrow && g_ExceptionCount > SKIP_GROUPS ) { in LaunchChildrenWithFunctor()
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()