Lines Matching refs:g
33 oneapi::tbb::flow::graph g; variable
35 my_indexer_type testing_node(g);
39 receiver_nodes.emplace_back(new conformance::test_push_receiver<my_output_type>(g));
46 g.wait_for_all();
73 oneapi::tbb::flow::graph g; variable
75 my_indexer_type testing_node(g);
77 oneapi::tbb::flow::limiter_node<my_output_type> rejecter(g,0);
86 g.wait_for_all();
92 oneapi::tbb::flow::graph g; variable
93 oneapi::tbb::flow::function_node<int, int> f1( g, oneapi::tbb::flow::unlimited,
95 oneapi::tbb::flow::function_node<float, float> f2( g, oneapi::tbb::flow::unlimited,
97 oneapi::tbb::flow::continue_node<input_msg> c1( g,
100 my_indexer_type testing_node(g);
103 f3( g, oneapi::tbb::flow::unlimited,
126 g.wait_for_all();
133 oneapi::tbb::flow::graph g; variable
134 oneapi::tbb::flow::continue_node<int> node0( g,
137 my_indexer_type node1(g);
138 conformance::test_push_receiver<my_output_type> node2(g);
139 conformance::test_push_receiver<my_output_type> node3(g);
149 g.wait_for_all();
154 g.wait_for_all();