Lines Matching refs:concurrency
143 concurrency_type concurrency = std::get<arena_concurrency>(item); in submit_work() local
148 [repeats, &barrier, &tg, priority_value, concurrency]() { in submit_work()
149 for( unsigned i = 0; i < repeats * concurrency; ++i ) { in submit_work()
234 concurrency_type concurrency = projected_concurrency; in test() local
239 concurrency = actual_concurrency = threads_left; in test()
245 concurrency = tbb::task_arena::automatic; in test()
250 tbb::task_arena* arena = allocate_and_construct_arena(concurrency, a_priority); in test()
307 concurrency_type concurrency = 0; in test() local
310 concurrency = std::get<arena_concurrency>(item); in test()
314 unsigned expected_tasks_num = repeats * concurrency; in test()
317 …ted number of executed tasks in arena with index " << i << " and concurrency = " << concurrency ) ; in test()