Home
last modified time | relevance | path

Searched refs:run_and_wait (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_task_group.cpp190 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()
[all …]
H A Dtest_task_arena.cpp2017 tg.run_and_wait([&]{ in __anon1d1198c32402()
2042 tg.run_and_wait([&] { in __anon1d1198c32602()
/oneTBB/doc/main/reference/
H A Dtask_group_extensions.rst46 task_group_status run_and_wait(const F& f);
68 .. cpp:function:: template<typename F> task_group_status run_and_wait(const F& f)
/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_two_tasks.h74 tg.run_and_wait( in fibonacci_two_tasks()
H A Dfibonacci_single_task.h93 …task_emulation::run_and_wait(tg, task_emulation::allocate_root_task<single_fib_task>(/* for root t… in fibonacci_single_task()
H A Dtask_emulation_layer.h220 void run_and_wait(tbb::task_group& tg, F* f) { in run_and_wait() function
221 tg.run_and_wait(std::ref(*f)); in run_and_wait()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h622 task_group_status run_and_wait(const F& f) { in run_and_wait() function
626 task_group_status run_and_wait(d2::task_handle&& h) { in run_and_wait() function
662 status = tg.run_and_wait(func); in operator()
696 task_group_status run_and_wait( const F& f ) { in run_and_wait() function
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp83 tg.run_and_wait(std::move(h));