Home
last modified time | relevance | path

Searched defs:max_num_threads (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_arena_priorities.cpp165 std::vector<arena_info>& arenas, std::size_t max_num_threads, unsigned overall_tasks_num ) in wait_work_completion()
181 const std::size_t max_num_threads = utils::get_platform_max_threads(); in test() local
/oneTBB/python/tbb/
H A D__init__.py169 def __init__(self, max_num_threads=None, benchmark=False): argument
/oneTBB/test/conformance/
H A Dconformance_flowgraph.h658 auto max_num_threads = oneapi::tbb::this_task_arena::max_concurrency(); in test_concurrency() local