Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/test/conformance/
H A Dconformance_collaborative_call_once.cpp70 std::size_t num_threads = utils::get_platform_max_threads(); variable
90 int num_threads = static_cast<int>(utils::get_platform_max_threads()); variable
H A Dconformance_global_control.cpp46 int num_threads; member
H A Dconformance_flowgraph.h669 for(auto num_threads : threads_count) { in test_concurrency() local
/oneTBB/src/tbb/
H A Dgovernor.h77 static unsigned num_threads = AvailableHwConcurrency(); in default_num_threads() local
/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp131 const int num_threads = tbb::this_task_arena::max_concurrency(); in test_node() local
204 void test( int num_threads ) { in test()
345 void test( unsigned num_threads ) { in test()
507 void test( int num_threads ) { in test()
593 for( auto num_threads : threads_range ) { in execute_outer_graph() local
605 for( auto num_threads : threads_range ) { in test_in_arena() local
757 void test(int num_threads) { in test()
H A Dtest_concurrent_set.cpp93 size_t num_threads = 4; // Can be changed to 2 for debugging in test_cycles_absense() local
H A Dtest_collaborative_call_once.cpp330 std::size_t num_threads = utils::get_platform_max_threads(); variable
348 int num_threads = static_cast<int>(utils::get_platform_max_threads()); variable
H A Dtest_concurrent_map.cpp111 size_t num_threads = 4; // Can be changed to 2 for debugging in test_cycles_absense() local
H A Dtest_partitioner.cpp40 const std::size_t num_threads = 2 * utils::get_platform_max_threads(); in test() local
H A Dtest_limiter_node.cpp130 void test_puts_with_decrements( int num_threads, tbb::flow::limiter_node< T >& lim , tbb::flow::gra… in test_puts_with_decrements()
153 int test_parallel(int num_threads) { in test_parallel()
H A Dtest_multifunction_node.cpp419 void run_multiport_test(int num_threads) { in run_multiport_test()
453 void test_concurrency(int num_threads) { in test_concurrency()
H A Dtest_priority_queue_node.cpp167 int test_parallel(int num_threads) { in test_parallel()
H A Dtest_buffer_node.cpp199 int test_parallel(int num_threads) { in test_parallel()
H A Dtest_queue_node.cpp252 int test_parallel(int num_threads) { in test_parallel()
H A Dtest_continue_node.cpp193 void test_concurrency(int num_threads) { in test_concurrency()
H A Dtest_sequencer_node.cpp195 int test_parallel(int num_threads) { in test_parallel()
H A Dtest_function_node.cpp438 void test_concurrency(int num_threads) { in test_concurrency()
H A Dtest_task_arena.cpp850 …std::size_t num_threads = tbb::this_task_arena::max_concurrency() < 3 ? 3 : tbb::this_task_arena::… in HeavyMixTest() local
1018 int num_threads = utils::min( platform_max_thread, 3 ); in TestIsolatedExecute() local
1116 void TestMultipleWaits( int num_threads, int num_bunches, int bunch_size ) { in TestMultipleWaits()
1946 std::size_t num_threads = utils::get_platform_max_threads(); variable
H A Dtest_scheduler_mix.cpp410 int num_threads = rnd.get() % utils::get_platform_max_threads() + 1; in create() local
/oneTBB/python/rml/
H A Dipc_utils.cpp116 int num_threads = (int)strtol( value, nullptr, 10 ); in get_num_threads() local
/oneTBB/examples/task_arena/fractal/
H A Dfractal.hpp116 int num_threads; member in fractal_group
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp852 const int num_threads = 8; in TestCleanAllBuffers() local
902 const int num_threads = 8; in TestCleanThreadBuffers() local
1131 const int num_threads; member in TestCollapsingMallocFree
1157 const int num_threads; member in TestCollapsingBootstrap::CheckNumAllocs
1167 const int num_threads; member in TestCollapsingBootstrap
1195 void LOCCollapsingTester( int num_threads ) { in LOCCollapsingTester()
1211 const int num_threads = 16; in TestLOC() local
/oneTBB/test/common/
H A Dconcurrent_ordered_common.h136 auto num_threads = utils::get_platform_max_threads(); in test_concurrent_order() local
H A Dnode_handling_support.h407 … for (std::size_t num_threads = utils::MinThread; num_threads <= utils::MaxThread; ++num_threads) { in test_concurrent_merge() local
/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp246 int num_threads; in main() local

12