Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp408 #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()
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()
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()
[all …]