Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp407 #define NUM_CHORES 512 macro
409 #define SKIP_CHORES (NUM_CHORES/4)
453 for (unsigned i = 0; i < NUM_CHORES; ++i) { in LaunchChildrenWithFunctor()
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()
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()