| /oneTBB/test/common/ |
| H A D | spin_barrier.h | 158 bool wait( const Callback& onOpenBarrierCallback ) { in wait() function 162 bool wait() { in wait() function
|
| /oneTBB/src/tbb/ |
| H A D | concurrent_monitor_mutex.h | 70 void wait() { in wait() function
|
| H A D | thread_control_monitor.h | 63 void wait() override { in wait() function
|
| H A D | concurrent_monitor.h | 167 void wait() override { in wait() function 259 bool wait(Pred&& pred, NodeType&& node) { in wait() function
|
| H A D | rml_thread_monitor.h | 234 inline void thread_monitor::wait() { in wait() function
|
| H A D | task_dispatcher.cpp | 124 void __TBB_EXPORTED_FUNC wait(d1::wait_context& wait_ctx, d1::task_group_context& w_ctx) { in wait() function
|
| H A D | arena.cpp | 521 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.h | 60 void wait(T old, std::uintptr_t context, std::memory_order order) { in wait() function
|
| H A D | _task.h | 196 inline void wait(wait_context& wait_ctx, task_group_context& ctx) { in wait() function
|
| /oneTBB/test/tbb/ |
| H A D | test_task.cpp | 50 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 D | test_task_group.cpp | 1052 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case()
|
| H A D | test_task_arena.cpp | 276 wait_context wait(0); in operator ()() local
|
| /oneTBB/test/conformance/ |
| H A D | conformance_task_group.cpp | 207 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_group.h | 579 task_group_status wait() { in wait() function 704 task_group_status wait() { in wait() function
|
| /oneTBB/src/tbbmalloc/ |
| H A D | backend.h | 69 bool wait() { in wait() function
|
| H A D | large_objects.cpp | 1031 bool ExtMemoryPool::hardCachesCleanup(bool wait) in hardCachesCleanup()
|
| H A D | backend.cpp | 387 bool needAlignedRes, bool alignedBin, bool wait, int *binLocked) in getFromBin()
|
| /oneTBB/python/tbb/ |
| H A D | pool.py | 350 def wait(self, timeout=None): member in ApplyResult
|