Home
last modified time | relevance | path

Searched defs:graph_node (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h41 class graph_node; variable
46 friend class graph_node; variable
238 friend class graph_node; variable
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h523 inline graph_node::graph_node(graph& g) : my_graph(g) { in graph_node() function