Lines Matching refs:g

150     tbb::flow::graph g;  in test_reservation()  local
154 tbb::flow::buffer_node<T> b(g); in test_reservation()
164 g.wait_for_all(); in test_reservation()
169 g.wait_for_all(); in test_reservation()
174 g.wait_for_all(); in test_reservation()
179 g.wait_for_all(); in test_reservation()
185 g.wait_for_all(); in test_reservation()
200 tbb::flow::graph g; in test_parallel() local
201 tbb::flow::buffer_node<T> b(g); in test_parallel()
202 tbb::flow::buffer_node<T> b2(g); in test_parallel()
203 tbb::flow::buffer_node<T> b3(g); in test_parallel()
222 g.wait_for_all(); in test_parallel()
231 g.wait_for_all(); in test_parallel()
238 g.wait_for_all(); in test_parallel()
242 g.wait_for_all(); in test_parallel()
256 g.wait_for_all(); in test_parallel()
260 g.wait_for_all(); in test_parallel()
262 g.wait_for_all(); in test_parallel()
264 g.wait_for_all(); in test_parallel()
277 g.wait_for_all(); in test_parallel()
286 g.wait_for_all(); in test_parallel()
291 g.wait_for_all(); in test_parallel()
293 g.wait_for_all(); in test_parallel()
316 tbb::flow::graph g; in test_serial() local
319 tbb::flow::buffer_node<T> b(g); in test_serial()
320 tbb::flow::buffer_node<T> b2(g); in test_serial()
349 g.wait_for_all(); in test_serial()
368 g.wait_for_all(); in test_serial()
370 g.wait_for_all(); in test_serial()
376 g.wait_for_all(); in test_serial()
379 g.wait_for_all(); in test_serial()
383 tbb::flow::buffer_node<T> b3(g); in test_serial()
400 g.wait_for_all(); in test_serial()
402 g.wait_for_all(); in test_serial()
404 g.wait_for_all(); in test_serial()
410 g.wait_for_all(); in test_serial()
413 g.wait_for_all(); in test_serial()
416 g.wait_for_all(); in test_serial()
440 graph g; in test_deduction_guides() local
441 broadcast_node<int> br(g); in test_deduction_guides()
442 buffer_node<int> b0(g); in test_deduction_guides()
454 g.wait_for_all(); in test_deduction_guides()