Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 18 of 18) sorted by relevance

/oneTBB/test/common/
H A Dspin_barrier.h158 bool wait( const Callback& onOpenBarrierCallback ) { in wait() function
162 bool wait() { in wait() function
/oneTBB/src/tbb/
H A Dconcurrent_monitor_mutex.h70 void wait() { in wait() function
H A Dthread_control_monitor.h63 void wait() override { in wait() function
H A Dconcurrent_monitor.h167 void wait() override { in wait() function
259 bool wait(Pred&& pred, NodeType&& node) { in wait() function
H A Drml_thread_monitor.h234 inline void thread_monitor::wait() { in wait() function
H A Dtask_dispatcher.cpp124 void __TBB_EXPORTED_FUNC wait(d1::wait_context& wait_ctx, d1::task_group_context& w_ctx) { in wait() function
H A Darena.cpp521 void __TBB_EXPORTED_FUNC wait(d1::task_arena_base& ta) { in wait() function
806 void task_arena_impl::wait(d1::task_arena_base& ta) { in wait() function in tbb::detail::r1::task_arena_impl
/oneTBB/include/oneapi/tbb/detail/
H A D_waitable_atomic.h60 void wait(T old, std::uintptr_t context, std::memory_order order) { in wait() function
H A D_task.h196 inline void wait(wait_context& wait_ctx, task_group_context& ctx) { in wait() function
/oneTBB/test/tbb/
H A Dtest_task.cpp50 CountingTask( Body body, tbb::detail::d1::wait_context& wait ) : my_body(body), my_wait(wait) {} in CountingTask()
52 CountingTask( tbb::detail::d1::wait_context& wait ) : my_wait(wait) {} in CountingTask()
96 tbb::detail::d1::wait_context wait(1); in test_cancellation_on_exception() local
142 tbb::detail::d1::wait_context wait(1); variable
330 tbb::detail::d1::wait_context wait(task_number + 1); variable
397 tbb::detail::d1::wait_context wait(1); in __anon509d20bd0b02() local
470 tbb::detail::d1::wait_context wait(task_number + 1); variable
511 tbb::detail::d1::wait_context wait{ 0 }; variable
H A Dtest_task_group.cpp1052 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case()
H A Dtest_task_arena.cpp276 wait_context wait(0); in operator ()() local
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp207 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h579 task_group_status wait() { in wait() function
704 task_group_status wait() { in wait() function
/oneTBB/src/tbbmalloc/
H A Dbackend.h69 bool wait() { in wait() function
H A Dlarge_objects.cpp1031 bool ExtMemoryPool::hardCachesCleanup(bool wait) in hardCachesCleanup()
H A Dbackend.cpp387 bool needAlignedRes, bool alignedBin, bool wait, int *binLocked) in getFromBin()
/oneTBB/python/tbb/
H A Dpool.py350 def wait(self, timeout=None): member in ApplyResult