Home
last modified time | relevance | path

Searched defs:max_threads (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/common/
H A Dutils_concurrency_limit.h56 inline std::vector<thread_num_type> concurrency_range(thread_num_type max_threads) { in concurrency_range()
126 int limit_number_of_threads( int max_threads ) { in limit_number_of_threads()
/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp584 void execute_outer_graph( bool same_arena, task_arena& inner_arena, int max_threads, in execute_outer_graph()
601 void test_in_arena( int max_threads, task_arena& outer_arena, task_arena& inner_arena, in test_in_arena()
616 void test( int max_threads ) { in test()
864 std::size_t max_threads = utils::get_platform_max_threads(); variable
H A Dtest_enumerable_thread_specific.cpp113 void do_std_threads( int max_threads, flogged_ets a[] ) { in do_std_threads()
H A Dtest_concurrent_vector.cpp590 std::size_t max_threads = utils::get_platform_max_threads() - 1; variable
H A Dtest_task_arena.cpp1148 const int max_threads = std::min( 4, tbb::this_task_arena::max_concurrency() ); in TestMultipleWaits() local