Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1368 __TBB_NOINLINE_SYM explicit buffer_node( graph &g ) in buffer_node() function
1379 buffer_node(const node_set<Args...>& nodes) : buffer_node(nodes.graph_reference()) { in buffer_node() function
1385 __TBB_NOINLINE_SYM buffer_node( const buffer_node& src ) : buffer_node(src.my_graph) {} in buffer_node() function