Home
last modified time | relevance | path

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

/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Reservation.rst66 typedef join_node<tuple<int,int>, reserving> join_type;
67 join_type jn(g);
68 buffer_node<join_type::output_type> buf_out(g);
69 join_type::output_type tuple_out;
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp282 using join_type = join_node<tuple_type, key_matching<K>>; in test_invoke_basic() typedef
285 join_type j(g, body1, body2); in test_invoke_basic()