Home
last modified time | relevance | path

Searched refs:ParseCommandLine (Results 1 – 6 of 6) sorted by relevance

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A Dmain.cpp44 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 Dmain.cpp57 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 Dmain.cpp50 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 DGame_of_life.cpp81 bool ParseCommandLine(int argc, char* argv[]) { in ParseCommandLine() function
116 if (!ParseCommandLine(argc, argv)) in main()
/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp274 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 Ddining_philosophers.cpp78 RunOptions ParseCommandLine(int argc, char *argv[]) { in ParseCommandLine() function
249 RunOptions options = ParseCommandLine(argc, argv); in main()