Home
last modified time | relevance | path

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

/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp87 std::size_t max_spawn; // max tasks to spawn variable
155 if (n_spawn < max_spawn) { in shortpath_helper()
309 max_spawn = N / grainsize; in main()