Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dutils_concurrency_limit.h59 for(thread_num_type thread_num = 1; thread_num <= max_threads; thread_num += step++) in concurrency_range() local
/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp147 static const std::size_t thread_num = utils::get_platform_max_threads(); in test() local
H A Dtest_task_arena.cpp1491 void TestAbilityToCreateWorkers(int thread_num) { in TestAbilityToCreateWorkers()