Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node.cpp63 JType * my_join = makeJoin<N, JType, tbb::flow::tag_matching>::create(g); in test() local
74 input_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test()
77 tbb::flow::make_edge(*my_join, recreate_tag); in test()
106 input_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test()
107 tbb::flow::remove_edge(*my_join, recreate_tag); in test()
108 makeJoin<N, JType, tbb::flow::tag_matching>::destroy(my_join); in test()
H A Dtest_join_node.h1185 tbb::flow::make_edge(*my_join, outq1);
1186 tbb::flow::make_edge(*my_join, outq2);
1211 tbb::flow::remove_edge(*my_join, outq1);
1212 tbb::flow::remove_edge(*my_join, outq2);
1257 static void remove_queue_nodes(JType &my_join) {
1298 static void remove_queue_nodes(JType &my_join) {
1320 tbb::flow::make_edge(my_join, q3);
1352 tbb::flow::remove_edge(my_join, q3);
1354 tbb::flow::make_edge(my_join, limiter);
1396 test_input_ports_return_ref(*my_join);
[all …]
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h256 my_join->increment_port_count();
298 return my_join->graph_ref;
312 my_join = join;
361 reserving_forwarding_base *my_join;
459 return my_join->graph_ref;
466 my_join = nullptr;
475 my_join = join;
501 queueing_forwarding_base *my_join;
609 return my_join->graph_ref;
615 my_join = nullptr;
[all …]