Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp82 void get_root_set(std::vector<Cell*>& root_set);
H A Dmain.cpp74 g.get_root_set(root_set); in main()
H A DGraph.cpp63 void Graph::get_root_set(std::vector<Cell*>& root_set) { in get_root_set() function in Graph