Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1017 int platform_max_thread = tbb::this_task_arena::max_concurrency(); in TestIsolatedExecute() local
1018 int num_threads = utils::min( platform_max_thread, 3 ); in TestIsolatedExecute()