Lines Matching refs:run_and_wait
190 tg.run_and_wait([&] { m_pImpl->Run(idx); }); in operator ()()
211 m_tg.run_and_wait(*this); in operator ()()
316 this->m_Num -= 2; tg.run_and_wait( *this ); in impl()
553 tg.run_and_wait([]() { in TestExceptionHandling3()
641 g.run_and_wait( tf ); in TestConstantFunctorRequirement()
673 tg.run_and_wait( NoMoveNoCopyFunctor() ); in TestBareFunctors()
725 m_tg.run_and_wait(DummyFunctor()); in operator ()()
912 tg1.run_and_wait([&tg1, &tg2, &tasks_executed] { in __anoneb262a490702()
939 tg1.run_and_wait([&tg1, &tg2, &tasks_executed, &second_thread_executed] { in __anoneb262a490802()
952 tg1.run_and_wait([&a2, &tg1, &tg2, &tasks_executed, second_thread_executed] { in __anoneb262a490802()
1154 tg.run_and_wait([&]{ in __anoneb262a491e02()