Searched refs:my_join (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node.cpp | 63 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 D | test_join_node.h | 1185 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.h | 256 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 …]
|