Searched refs:platform_max_thread (Results 1 – 1 of 1) sorted by relevance
1017 int platform_max_thread = tbb::this_task_arena::max_concurrency(); in TestIsolatedExecute() local1018 int num_threads = utils::min( platform_max_thread, 3 ); in TestIsolatedExecute()