/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | wait.h | 89 #define init_waitqueue_head(wait) __init_waitqueue_head(wait) argument 110 #define wake_up_interruptible(wait) __wake_up_interruptible(wait) argument 111 #define wake_up_interruptible_poll(wait, key) __wake_up_interruptible_poll(wait, key) argument 156 #define wait_event(wait, condition) ({ … argument 195 #define wait_event_interruptible_timeout(wait, condition, timeout) ({ … argument 238 #define add_wait_queue(wait, newWait) do {} while (0) argument 239 #define remove_wait_queue(wait, oldWait) do {} while (0) argument 240 #define DECLARE_WAITQUEUE(wait, current) do {} while (0) argument
|
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 114 static void set_add_poll_wait_flag(poll_wait_head wait, bool add_queue_flag) in set_add_poll_wait_flag() 119 static int destroy_poll_wait(poll_wait_head wait) in destroy_poll_wait() 158 static poll_wait_node *get_poll_item(poll_wait_head wait) in get_poll_item() 185 poll_wait_head wait = p->wait; in add_pollwait_queue() local 198 static int wait_sem_time(poll_wait_head wait, const struct timespec *time_ptr) in wait_sem_time() 210 static int file_poll(struct file *filep, poll_table *wait) in file_poll() 222 static int fdesc_poll(int fd, poll_table *wait) in fdesc_poll() 251 static int query_fd(int fd, poll_table *wait) in query_fd() 274 static int query_fds(struct pollfd *fds, nfds_t nfds, poll_table *wait) in query_fds()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_semaphore.c | 130 void __init_waitqueue_head(wait_queue_head_t *wait) in __init_waitqueue_head() 140 void __wake_up_interruptible(wait_queue_head_t *wait) in __wake_up_interruptible() 149 void __wake_up_interruptible_poll(wait_queue_head_t *wait, pollevent_t key) in __wake_up_interruptible_poll()
|
/third_party/skia/src/core/ |
D | SkSemaphore.cpp | 21 void wait() { dispatch_semaphore_wait(fSemaphore, DISPATCH_TIME_FOREVER); } in wait() function 38 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 51 void wait() { in wait() function
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFence.hpp | 51 VkResult wait() in wait() function in vk::Fence 58 VkResult wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait() function in vk::Fence
|
D | VkTimelineSemaphore.hpp | 146 VkResult TimelineSemaphore::wait(uint64_t value, in wait() function in vk::TimelineSemaphore 153 VkResult TimelineSemaphore::Shared::wait(uint64_t value, in wait() function in vk::TimelineSemaphore::Shared
|
/third_party/boost/boost/interprocess/sync/detail/ |
D | condition_algorithm_8a.hpp | 251 inline bool condition_algorithm_8a<ConditionMembers>::wait in wait() function in boost::interprocess::ipcdetail::condition_algorithm_8a 351 void wait(L& lock) in wait() function in boost::interprocess::ipcdetail::condition_8a_wrapper 359 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::ipcdetail::condition_8a_wrapper
|
D | condition_any_algorithm.hpp | 98 bool condition_any_algorithm<ConditionAnyMembers>::wait in wait() function in boost::interprocess::ipcdetail::condition_any_algorithm 180 void wait(L& lock) in wait() function in boost::interprocess::ipcdetail::condition_any_wrapper 188 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::ipcdetail::condition_any_wrapper
|
/third_party/boost/boost/fiber/ |
D | condition_variable.hpp | 67 void wait( LockType & lt) { in wait() function in boost::fibers::condition_variable_any 94 void wait( LockType & lt, Pred pred) { in wait() function in boost::fibers::condition_variable_any 181 void wait( std::unique_lock< mutex > & lt) { in wait() function in boost::fibers::condition_variable 192 void wait( std::unique_lock< mutex > & lt, Pred pred) { in wait() function in boost::fibers::condition_variable
|
/third_party/flutter/skia/src/core/ |
D | SkSemaphore.cpp | 38 void wait() { in wait() function 64 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 77 void wait() { in wait() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread.cpp | 27 void WaitableEventDone::wait() {} in wait() function in angle::WaitableEventDone 47 void SingleThreadedWaitableEvent::wait() {} in wait() function in angle::SingleThreadedWaitableEvent 106 void AsyncWaitableEvent::wait() in wait() function in angle::AsyncWaitableEvent
|
/third_party/boost/boost/interprocess/sync/ |
D | interprocess_condition_any.hpp | 106 void wait(L& lock) in wait() function in boost::interprocess::interprocess_condition_any 112 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::interprocess_condition_any
|
D | interprocess_condition.hpp | 104 void wait(L& lock) in wait() function in boost::interprocess::interprocess_condition 113 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::interprocess_condition
|
D | named_condition_any.hpp | 105 void wait(L& lock) in wait() function in boost::interprocess::named_condition_any 111 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::named_condition_any
|
/third_party/musl/src/process/ |
D | wait.c | 3 pid_t wait(int *status) in wait() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread.cpp | 29 void WaitableEventDone::wait() {} in wait() function in angle::WaitableEventDone 49 void SingleThreadedWaitableEvent::wait() {} in wait() function in angle::SingleThreadedWaitableEvent 108 void AsyncWaitableEvent::wait() in wait() function in angle::AsyncWaitableEvent 244 void DelegateWaitableEvent::wait() in wait() function in angle::DelegateWaitableEvent
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Synchronization.hpp | 85 void wait() const in wait() function in sw::CountedEvent 93 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) const in wait() function in sw::CountedEvent
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 71 void ThreadPool::wait() { in wait() function in ThreadPool 122 void ThreadPool::wait() { in wait() function in ThreadPool
|
/third_party/boost/boost/atomic/detail/ |
D | wait_ops_freebsd_umtx.hpp | 74 …static BOOST_FORCEINLINE storage_type wait(storage_type const volatile& storage, storage_type old_… in wait() function 98 …static BOOST_FORCEINLINE storage_type wait(storage_type const volatile& storage, storage_type old_… in wait() function
|
D | wait_ops_futex.hpp | 45 …static BOOST_FORCEINLINE storage_type wait(storage_type const volatile& storage, storage_type old_… in wait() function 82 …static BOOST_FORCEINLINE storage_type wait(storage_type const volatile& storage, storage_type old_… in wait() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.c | 71 bool wait, union pipe_query_result *result) in nvc0_get_query_result() 80 bool wait, in nvc0_get_query_result_resource() 105 bool wait = in nvc0_render_condition() local
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 120 event::wait() const { in wait() function in event 174 hard_event::wait() const { in wait() function in hard_event 267 soft_event::wait() const { in wait() function in soft_event
|
/third_party/boost/boost/interprocess/sync/posix/ |
D | condition.hpp | 63 void wait(L& lock) in wait() function in boost::interprocess::ipcdetail::posix_condition 73 void wait(L& lock, Pr pred) in wait() function in boost::interprocess::ipcdetail::posix_condition
|
/third_party/boost/boost/process/detail/posix/ |
D | wait_group.hpp | 23 inline void wait(const group_handle &p, std::error_code &ec) noexcept in wait() function 48 inline void wait(const group_handle &p) noexcept in wait() function
|
/third_party/mesa3d/src/intel/common/ |
D | intel_gem.c | 40 struct drm_syncobj_wait wait = { in intel_gem_supports_syncobj_wait() local
|