| /oneTBB/test/conformance/ |
| H A D | conformance_collaborative_call_once.cpp | 70 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 D | conformance_global_control.cpp | 46 int num_threads; member
|
| H A D | conformance_flowgraph.h | 669 for(auto num_threads : threads_count) { in test_concurrency() local
|
| /oneTBB/src/tbb/ |
| H A D | governor.h | 77 static unsigned num_threads = AvailableHwConcurrency(); in default_num_threads() local
|
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph_priorities.cpp | 131 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 D | test_concurrent_set.cpp | 93 size_t num_threads = 4; // Can be changed to 2 for debugging in test_cycles_absense() local
|
| H A D | test_collaborative_call_once.cpp | 330 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 D | test_concurrent_map.cpp | 111 size_t num_threads = 4; // Can be changed to 2 for debugging in test_cycles_absense() local
|
| H A D | test_partitioner.cpp | 40 const std::size_t num_threads = 2 * utils::get_platform_max_threads(); in test() local
|
| H A D | test_limiter_node.cpp | 130 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 D | test_multifunction_node.cpp | 419 void run_multiport_test(int num_threads) { in run_multiport_test() 453 void test_concurrency(int num_threads) { in test_concurrency()
|
| H A D | test_priority_queue_node.cpp | 167 int test_parallel(int num_threads) { in test_parallel()
|
| H A D | test_buffer_node.cpp | 199 int test_parallel(int num_threads) { in test_parallel()
|
| H A D | test_queue_node.cpp | 252 int test_parallel(int num_threads) { in test_parallel()
|
| H A D | test_continue_node.cpp | 193 void test_concurrency(int num_threads) { in test_concurrency()
|
| H A D | test_sequencer_node.cpp | 195 int test_parallel(int num_threads) { in test_parallel()
|
| H A D | test_function_node.cpp | 438 void test_concurrency(int num_threads) { in test_concurrency()
|
| H A D | test_task_arena.cpp | 850 …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 D | test_scheduler_mix.cpp | 410 int num_threads = rnd.get() % utils::get_platform_max_threads() + 1; in create() local
|
| /oneTBB/python/rml/ |
| H A D | ipc_utils.cpp | 116 int num_threads = (int)strtol( value, nullptr, 10 ); in get_num_threads() local
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | fractal.hpp | 116 int num_threads; member in fractal_group
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 852 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 D | concurrent_ordered_common.h | 136 auto num_threads = utils::get_platform_max_threads(); in test_concurrent_order() local
|
| H A D | node_handling_support.h | 407 … 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 D | dining_philosophers.cpp | 246 int num_threads; in main() local
|