Lines Matching refs:wait
97 m_barrier.wait( &utils::ConcurrencyTracker::Reset ); in Wait()
100 m_taskGroup->wait(); in Wait()
106 m_barrier.wait(); in Wait()
109 m_taskGroup->wait(); in Wait()
142 m_barrier.wait(); in Run()
155 m_barrier.wait(); in Run()
204 m_barrier.wait(); in operator ()()
213 m_barrier.wait(); in operator ()()
214 m_tg.wait(); in operator ()()
331 tg.wait(); in impl()
366 tg.wait(); in TestFibWithLambdas()
383 tg.wait(); in TestFibWithFunctionPtr()
465 status = g.wait(); in LaunchChildrenWithFunctor()
479 g.wait(); in LaunchChildrenWithFunctor()
503 tbb::task_group_status status = tg.wait(); in TestManualCancellationWithFunctor()
519 tg.wait(); in TestExceptionHandling1()
537 tg.wait(); in TestExceptionHandling2()
640 g.run( tf ); g.wait(); in TestConstantFunctorRequirement()
676 tg.wait(); in TestBareFunctors()
679 tg.wait(); in TestBareFunctors()
684 tg.wait(); in TestBareFunctors()
724 m_tg.wait(); in operator ()()
894 tg1.wait(); in run_deep_stealing()
920 tg2.wait();
947 tg2.wait(); in __anoneb262a490802()
962 tg1.wait(); in __anoneb262a490802()
981 tg2.wait(); in __anoneb262a490802()
1002 barrier.wait(); in __anoneb262a490f02()
1011 barrier.wait(); in __anoneb262a491102()
1015 tg[idx%2].wait(); in __anoneb262a491102()
1018 tg[idx%2].wait(); in __anoneb262a491102()
1041 tg.wait();
1052 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case() argument
1075 outer_status = std::forward<WaitF>(wait)(outer_tg); in run_cancellation_use_case()
1081 tbb::task_group_status inner_status = inner_tg.wait(); in run_cancellation_use_case()
1098 [](tbb::task_group& outer) { return outer.wait(); } in test()
1111 outer.wait(); in test()
1144 tg.wait();