Lines Matching refs:g
35 graph g; in test_deduction_guides() local
41 input_node s1(g, lambda); in test_deduction_guides()
44 input_node s2(g, non_const_lambda); in test_deduction_guides()
47 input_node s3(g, input_body_f); in test_deduction_guides()
54 broadcast_node<int> bc(g); in test_deduction_guides()
66 g.wait_for_all(); in test_deduction_guides()
92 graph g; variable
96 input_node<output_msg> node1(g, fun2);
97 conformance::test_push_receiver<output_msg> node2(g);
98 conformance::test_push_receiver<output_msg> node3(g);
111 g.wait_for_all();
116 g.wait_for_all();
146 oneapi::tbb::flow::graph g; variable
150 oneapi::tbb::flow::input_node<output_msg> node1(g, fun);
151 conformance::test_push_receiver<output_msg> node2(g);
156 g.wait_for_all();
178 oneapi::tbb::flow::graph g; variable
180 oneapi::tbb::flow::input_node<int> testing_node(g, counter);
182 conformance::test_push_receiver<int> sink(g);
187 g.wait_for_all();
229 oneapi::tbb::flow::graph g; variable
233 …oneapi::tbb::flow::function_node <int, int, oneapi::tbb::flow::rejecting> fnode(g, oneapi::tbb::fl…
234 oneapi::tbb::flow::input_node<int> testing_node(g, fun1);
239 g.wait_for_all();