Home
last modified time | relevance | path

Searched refs:my_input_join (Results 1 – 4 of 4) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_join_node.cpp59 … input_join_type * my_input_join = makeJoin<2, input_join_type, tbb::flow::reserving>::create(g); in test() local
61 tbb::flow::make_edge(snode, tbb::flow::get<1>(my_input_join->input_ports())); in test()
64 tbb::flow::make_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
66 source_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test()
98 source_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test()
101 tbb::flow::remove_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
102 tbb::flow::remove_edge(snode, tbb::flow::input_port<1>(*my_input_join)); in test()
103 makeJoin<2, input_join_type, tbb::flow::reserving>::destroy(my_input_join); in test()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_join_node.cpp59 … input_join_type * my_input_join = makeJoin<2, input_join_type, tbb::flow::reserving>::create(g); in test() local
61 tbb::flow::make_edge(snode, tbb::flow::get<1>(my_input_join->input_ports())); in test()
64 tbb::flow::make_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
66 source_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test()
98 source_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test()
101 tbb::flow::remove_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
102 tbb::flow::remove_edge(snode, tbb::flow::input_port<1>(*my_input_join)); in test()
103 makeJoin<2, input_join_type, tbb::flow::reserving>::destroy(my_input_join); in test()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_join_node.cpp59 … input_join_type * my_input_join = makeJoin<2, input_join_type, tbb::flow::reserving>::create(g); in test() local
61 tbb::flow::make_edge(snode, tbb::flow::get<1>(my_input_join->input_ports())); in test()
64 tbb::flow::make_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
66 source_node_helper<N, JType>::add_recirc_func_nodes(*my_join, *my_input_join, g); in test()
98 source_node_helper<N, JType>::remove_recirc_func_nodes(*my_join, *my_input_join); in test()
101 tbb::flow::remove_edge(tag_queue, tbb::flow::input_port<0>(*my_input_join)); in test()
102 tbb::flow::remove_edge(snode, tbb::flow::input_port<1>(*my_input_join)); in test()
103 makeJoin<2, input_join_type, tbb::flow::reserving>::destroy(my_input_join); in test()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_join_node.cpp67 … 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()