Searched defs:num_tasks (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | arena_slot.h | 213 std::size_t prepare_task_pool(std::size_t num_tasks) { in prepare_task_pool()
|
| /oneTBB/test/tbb/ |
| H A D | test_task_arena.cpp | 535 std::atomic<int> num_tasks{ 0 }, curr_tasks{ 0 }; in TestMandatoryConcurrency() local 1076 …TestMultipleWaitsArenaWait( int idx, int bunch_size, int num_tasks, std::vector<wait_context*>& wa… in TestMultipleWaitsArenaWait() 1101 …TestMultipleWaitsThreadBody( int bunch_size, int num_tasks, tbb::task_arena& a, std::vector<wait_c… in TestMultipleWaitsThreadBody() 1118 const int num_tasks = (num_bunches-1)*bunch_size; in TestMultipleWaits() local
|
| H A D | test_task_group.cpp | 889 void run_deep_stealing(tbb::task_group& tg1, tbb::task_group& tg2, int num_tasks, std::atomic<int>&… in run_deep_stealing()
|