Lines Matching refs:NUM_GROUPS
408 #define NUM_GROUPS 64 macro
410 #define SKIP_GROUPS (NUM_GROUPS/4)
488 for (unsigned i = 0; i < NUM_GROUPS; ++i) { in TestManualCancellationWithFunctor()
505 …CHECK_MESSAGE( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broke… in TestManualCancellationWithFunctor()
506 …CHECK_MESSAGE( g_TaskCount < NUM_GROUPS * NUM_CHORES, "No tasks were cancelled. Cancellation model… in TestManualCancellationWithFunctor()
515 for( unsigned i = 0; i < NUM_GROUPS; ++i ) in TestExceptionHandling1()
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()
532 for( unsigned i = 0; i < NUM_GROUPS; ++i ) { 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()
571 for (unsigned i = 0; i < NUM_GROUPS; ++i) { in Launch()
580 …CHECK_MESSAGE(g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken… in Finish()
581 …CHECK_MESSAGE(g_TaskCount < NUM_GROUPS * NUM_CHORES, "No tasks were cancelled. Cancellation model … in Finish()