Home
last modified time | relevance | path

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

/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp88 std::atomic<std::size_t> num_spawn; // number of active tasks variable
154 std::size_t n_spawn = ++num_spawn; in shortpath_helper()
161 --num_spawn; in shortpath_helper()
165 --num_spawn; in shortpath_helper()
308 num_spawn = 0; in main()