Searched refs:my_input_join (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node.cpp | 67 … input_join_type * my_input_join = makeJoin<2, input_join_type, tbb::flow::reserving>::create(g); in test() local 69 tbb::flow::make_edge(snode, std::get<1>(my_input_join->input_ports())); in test() 72 tbb::flow::make_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test() 74 input_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test() 106 input_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test() 109 tbb::flow::remove_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test() 110 tbb::flow::remove_edge(snode, tbb::flow::input_port<1>(*my_input_join)); in test() 111 makeJoin<2, input_join_type, tbb::flow::reserving>::destroy(my_input_join); in test()
|