Searched refs:thread_number_range (Results 1 – 17 of 17) sorted by relevance
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | main.cpp | 34 utility::thread_number_range threads; 44 RunOptions(utility::thread_number_range threads_, in RunOptions() 58 utility::thread_number_range threads( in ParseCommandLine()
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | main.cpp | 36 utility::thread_number_range threads; 40 RunOptions(utility::thread_number_range threads_, in RunOptions() 52 utility::thread_number_range threads( in ParseCommandLine()
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | main.cpp | 44 static void ParseCommandLine(int argc, char* argv[], utility::thread_number_range& threads) { in ParseCommandLine() 60 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 458 struct thread_number_range { struct 465 thread_number_range( in thread_number_range() function 483 friend std::istream& operator>>(std::istream& i, thread_number_range& range) { in operator >>() 511 range = thread_number_range(range.auto_number_of_threads, low, high, range.step); in operator >>() 519 friend std::ostream& operator<<(std::ostream& o, thread_number_range const& range) { in operator <<()
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 69 utility::thread_number_range threads; 72 RunOptions(utility::thread_number_range threads_, int number_of_philosophers_, bool silent_) in RunOptions() 80 utility::thread_number_range threads( in ParseCommandLine()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | main.cpp | 41 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_reduce/convex_hull/ |
| H A D | convex_hull.hpp | 56 void ParseInputArgs(int argc, char* argv[], utility::thread_number_range& threads) { in ParseInputArgs()
|
| 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 | 157 utility::thread_number_range single_thread([] { in main() 586 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()
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | square.cpp | 231 utility::thread_number_range threads(utility::get_default_num_threads, 0); 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/graph/binpack/ |
| H A D | binpack.cpp | 266 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/concurrent_priority_queue/shortpath/ |
| H A D | shortpath.cpp | 276 utility::thread_number_range threads(utility::get_default_num_threads); in main()
|
| /oneTBB/examples/graph/som/ |
| H A D | som_graph.cpp | 441 utility::thread_number_range 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()
|