/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
|
D | VkSemaphoreExternalLinux.hpp | 86 void wait() in wait() function in SharedSemaphore 184 void wait() override in wait() function in vk::OpaqueFdExternalSemaphore
|
D | VkTimelineSemaphore.cpp | 69 void TimelineSemaphore::wait(uint64_t value) in wait() function in vk::TimelineSemaphore 74 void TimelineSemaphore::Shared::wait(uint64_t value) in wait() function in vk::TimelineSemaphore::Shared
|
/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/musl/src/process/ |
D | wait.c | 3 pid_t wait(int *status) in wait() function
|
/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/rust/crates/rustix/src/backend/linux_raw/process/ |
D | mod.rs | 4 pub(crate) mod wait; module
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | mod.rs | 12 pub(crate) mod wait; module
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | thread_group.hpp | 43 void wait() in wait() function in spirv_cross::ThreadGroup 81 void wait() in wait() function
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 142 bool wait, in r300_get_query_result() 191 bool wait; in r300_render_condition() local
|
/third_party/node/test/fixtures/wpt/performance-timeline/ |
D | performanceobservers.js | 25 function wait() { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | event.h | 150 void Event::Shared::wait() { in wait() function 198 void Event::wait() const { in wait() function
|
/third_party/skia/include/private/ |
D | SkSemaphore.h | 73 inline void SkSemaphore::wait() { in wait() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Sync.hpp | 42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query.c | 67 bool wait, union pipe_query_result *result) in nv50_get_query_result() 83 bool wait = in nv50_render_condition() local
|
/third_party/typescript/src/lib/ |
D | es2020.sharedmemory.d.ts | 62 …wait(typedArray: BigInt64Array, index: number, value: bigint, timeout?: number): "ok" | "not-equal… method
|
/third_party/rust/crates/rustix/tests/process/ |
D | main.rs | 30 mod wait; module
|
/third_party/python/Lib/ |
D | _bootsubprocess.py | 17 def wait(self): member in Popen
|