Searched refs:ParseCommandLine (Results 1 – 6 of 6) sorted by relevance
| /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() function 62 ParseCommandLine(argc, argv, threads); in main()
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | main.cpp | 57 static RunOptions ParseCommandLine(int argc, char* argv[]) { in ParseCommandLine() function 87 RunOptions options = ParseCommandLine(argc, argv); in main()
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | main.cpp | 50 RunOptions ParseCommandLine(int argc, char *argv[]) { in ParseCommandLine() function 75 RunOptions options = ParseCommandLine(argc, argv); in main()
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Game_of_life.cpp | 81 bool ParseCommandLine(int argc, char* argv[]) { in ParseCommandLine() function 116 if (!ParseCommandLine(argc, argv)) in main()
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | main.cpp | 274 argoptions ParseCommandLine(int argc, const char *argv[]) { in ParseCommandLine() function 347 argoptions opt = ParseCommandLine(argc, (const char **)argv); in main()
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 78 RunOptions ParseCommandLine(int argc, char *argv[]) { in ParseCommandLine() function 249 RunOptions options = ParseCommandLine(argc, argv); in main()
|