Lines Matching refs:wait
163 if(my_is_blocking) my_barrier.wait(); // must be asynchronous to an external thread in operator ()()
205 barrier.wait(); in TestConcurrentArenasFunc()
233 my_b1.wait(); in operator ()()
268 tbb::detail::d1::wait(myWait, ctx); in operator ()()
276 wait_context wait(0); in operator ()() local
277 my_b.wait(); // increases chances for task_arena initialization contention in operator ()()
279 wait.reserve(); in operator ()()
280 my_a.enqueue(Runner(wait)); in operator ()()
281 my_a.execute(Waiter(wait)); in operator ()()
283 my_b.wait(); in operator ()()
295 barrier2.wait(); in TestMultipleMasters()
306 barrier.wait(); in TestMultipleMasters()
462 my_worker_barrier->wait(); in operator ()()
466 if ( my_barrier ) my_barrier->wait(); in operator ()()
522 m_barrier.wait(); in on_scheduler_exit()
539 barrier.wait(); in TestMandatoryConcurrency()
550 barrier.wait(); in TestMandatoryConcurrency()
554 exit_barrier.wait(); in TestMandatoryConcurrency()
1008 tbb::detail::d1::wait(waiter, ctx); in TestEnqueue()
1044 my_a.enqueue([this] { my_b1.wait(); }); // tasks to sync with workers in operator ()()
1047 my_b1.wait(); // sync with the workers in operator ()()
1051 my_a.execute([&tg] {tg.wait(); }); in operator ()()
1054 my_b2.wait(); // sync both threads in operator ()()
1082 tbb::detail::d1::wait(*my_waiters[my_idx], my_context); in operator ()()
1366 m_barrier.wait(); in on_scheduler_entry()
1371 m_barrier.wait(); // before wakeup in on_scheduler_exit()
1372 m_barrier.wait(); // after wakeup in on_scheduler_exit()
1424 barrier.wait(); // entry in TestArenaWorkersMigrationWithNumThreads()
1425 barrier.wait(); // exit1 in TestArenaWorkersMigrationWithNumThreads()
1427 barrier.wait(); // exit2 in TestArenaWorkersMigrationWithNumThreads()
1429 barrier.wait(); // entry in TestArenaWorkersMigrationWithNumThreads()
1430 barrier.wait(); // exit1 in TestArenaWorkersMigrationWithNumThreads()
1431 barrier.wait(); // exit2 in TestArenaWorkersMigrationWithNumThreads()
1479 barrier.wait(); in TestDefaultCreatedWorkersAmount()
1651 thread_barrier.wait(); in StressTestMixFunctionality()
1778 cond_var.wait(lock, [&] { return completed == true; }); in test_threads_sleep()
1801 barrier.wait(); in test_threads_sleep()
1957 barrier.wait(); in __anon1d1198c32002()
1975 barrier.wait(); in __anon1d1198c32202()