| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | main.cpp | 59 utility::get_default_num_threads, 0, utility::get_default_num_threads()); in ParseCommandLine()
|
| H A D | primes.hpp | 33 int numberOfThreads = utility::get_default_num_threads(),
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | main.cpp | 53 utility::get_default_num_threads, 0, utility::get_default_num_threads()); in ParseCommandLine()
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polyover.cpp | 143 if (gThreadsLow == THREADS_UNSET || gThreadsLow == utility::get_default_num_threads()) { in NaiveParallelOverlay() 144 gThreadsLow = gThreadsHigh = utility::get_default_num_threads(); in NaiveParallelOverlay() 409 if (gThreadsLow == THREADS_UNSET || gThreadsLow == utility::get_default_num_threads()) { in SplitParallelOverlay() 410 gThreadsLow = gThreadsHigh = utility::get_default_num_threads(); in SplitParallelOverlay() 537 if (gThreadsLow == THREADS_UNSET || gThreadsLow == utility::get_default_num_threads()) { in SplitParallelOverlayCV() 538 gThreadsLow = gThreadsHigh = utility::get_default_num_threads(); in SplitParallelOverlayCV() 672 if (gThreadsLow == THREADS_UNSET || gThreadsLow == utility::get_default_num_threads()) { in SplitParallelOverlayETS() 673 gThreadsLow = gThreadsHigh = utility::get_default_num_threads(); in SplitParallelOverlayETS()
|
| H A D | pover_video.cpp | 118 if (gThreadsLow == THREADS_UNSET || gThreadsLow == utility::get_default_num_threads()) { in on_process()
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 231 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main() 268 utility::get_default_num_threads()); in main() 269 if (!run_pipeline(utility::get_default_num_threads())) in main()
|
| /oneTBB/examples/common/utility/ |
| H A D | get_default_num_threads.hpp | 23 inline int get_default_num_threads() { in get_default_num_threads() function
|
| /oneTBB/examples/concurrent_priority_queue/shortpath/ |
| H A D | shortpath.cpp | 214 utility::get_default_num_threads()); in InitializeGraph() 265 utility::get_default_num_threads()); in ResetGraph() 276 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | count_strings.cpp | 247 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main() 285 utility::get_default_num_threads()); in main()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | main.cpp | 41 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| H A D | fractal.hpp | 128 int num_threads = utility::get_default_num_threads(),
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | main.cpp | 60 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | main.cpp | 53 utility::thread_number_range threads(utility::get_default_num_threads, 0); in main()
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Game_of_life.cpp | 86 low = utility::get_default_num_threads(); in ParseCommandLine()
|
| H A D | Evolution.cpp | 96 if (nthread == utility::get_default_num_threads()) in Run()
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 79 int auto_threads = utility::get_default_num_threads(); in ParseCommandLine() 81 utility::get_default_num_threads, auto_threads, auto_threads); in ParseCommandLine()
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | trace.tbb1d.cpp | 185 int n, nthreads = utility::get_default_num_threads(); in thread_trace()
|
| H A D | trace.tbb.cpp | 253 int n, nthreads = utility::get_default_num_threads(); in thread_trace()
|
| /oneTBB/examples/graph/som/ |
| H A D | som_graph.cpp | 442 utility::get_default_num_threads, in main() 444 get_default_num_threads() // run only the default number of threads if none specified in main()
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | sudoku.cpp | 279 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_sample.cpp | 264 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| H A D | convex_hull_bench.cpp | 586 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/graph/binpack/ |
| H A D | binpack.cpp | 266 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | cholesky.cpp | 673 g_num_tbb_threads = utility::get_default_num_threads(); in main()
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 46 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|