Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2138 template<typename OutputTuple, typename JP=queueing> class join_node; variable
2148 __TBB_NOINLINE_SYM explicit join_node(graph &g) : unfolded_type(g) { in join_node() function
2160 __TBB_NOINLINE_SYM join_node(const join_node &other) : unfolded_type(other) { in join_node() function
2175 __TBB_NOINLINE_SYM explicit join_node(graph &g) : unfolded_type(g) { in join_node() function
2187 __TBB_NOINLINE_SYM join_node(const join_node &other) : unfolded_type(other) { in join_node() function
2223 join_node(graph &g) : unfolded_type(g) {} in join_node() function
2311 __TBB_NOINLINE_SYM join_node(const node_set<Args...>& nodes, Bodies... bodies) in join_node() function
2317 __TBB_NOINLINE_SYM join_node(const join_node &other) : unfolded_type(other) { in join_node() function