Searched refs:run_and_wait (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_task_group.cpp | 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() [all …]
|
| H A D | test_task_arena.cpp | 2017 tg.run_and_wait([&]{ in __anon1d1198c32402() 2042 tg.run_and_wait([&] { in __anon1d1198c32602()
|
| /oneTBB/doc/main/reference/ |
| H A D | task_group_extensions.rst | 46 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 D | fibonacci_two_tasks.h | 74 tg.run_and_wait( in fibonacci_two_tasks()
|
| H A D | fibonacci_single_task.h | 93 …task_emulation::run_and_wait(tg, task_emulation::allocate_root_task<single_fib_task>(/* for root t… in fibonacci_single_task()
|
| H A D | task_emulation_layer.h | 220 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 D | task_group.h | 622 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 D | conformance_task_group.cpp | 83 tg.run_and_wait(std::move(h));
|