Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h167 static inline std::pair<graph_task*, graph_task*> order_tasks(graph_task* first, graph_task* second… in order_tasks() function
183 auto tasks_pair = order_tasks(left, right); in combine_tasks()