Lines Matching refs:g
108 tbb::flow::graph g; in test_reservation() local
111 tbb::flow::priority_queue_node<T> q(g); in test_reservation()
120 g.wait_for_all(); in test_reservation()
127 g.wait_for_all(); in test_reservation()
132 g.wait_for_all(); in test_reservation()
137 g.wait_for_all(); in test_reservation()
147 g.wait_for_all(); in test_reservation()
152 g.wait_for_all(); in test_reservation()
168 tbb::flow::graph g; in test_parallel() local
169 tbb::flow::priority_queue_node<T> q(g); in test_parallel()
170 tbb::flow::priority_queue_node<T> q2(g); in test_parallel()
171 tbb::flow::priority_queue_node<T> q3(g); in test_parallel()
181 g.wait_for_all(); in test_parallel()
186 g.wait_for_all(); in test_parallel()
188 g.wait_for_all(); in test_parallel()
194 g.wait_for_all(); in test_parallel()
202 g.wait_for_all(); in test_parallel()
204 g.wait_for_all(); in test_parallel()
217 g.wait_for_all(); in test_parallel()
226 g.wait_for_all(); in test_parallel()
246 tbb::flow::graph g; in test_serial() local
249 tbb::flow::priority_queue_node<T> q(g); in test_serial()
250 tbb::flow::priority_queue_node<T> q2(g); in test_serial()
274 g.wait_for_all(); in test_serial()
282 g.wait_for_all(); in test_serial()
289 g.wait_for_all(); in test_serial()
291 g.wait_for_all(); in test_serial()
297 g.wait_for_all(); in test_serial()
300 g.wait_for_all(); in test_serial()
304 tbb::flow::priority_queue_node<T> q3(g); in test_serial()
310 g.wait_for_all(); in test_serial()
317 g.wait_for_all(); in test_serial()
319 g.wait_for_all(); in test_serial()
321 g.wait_for_all(); in test_serial()
327 g.wait_for_all(); in test_serial()
330 g.wait_for_all(); in test_serial()
333 g.wait_for_all(); in test_serial()
356 graph g; in test_deduction_guides() local
357 broadcast_node<int> br(g); in test_deduction_guides()
358 priority_queue_node<int> pq0(g); in test_deduction_guides()
377 g.wait_for_all(); in test_deduction_guides()