Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h89 #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/
Dfs_poll.c114 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/
Dlinux_semaphore.c130 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/
DSkSemaphore.cpp21 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/
DVkFence.hpp51 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
DVkTimelineSemaphore.hpp146 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/
Dcondition_algorithm_8a.hpp251 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
Dcondition_any_algorithm.hpp98 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/
Dcondition_variable.hpp67 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/
DSkSemaphore.cpp38 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/
DWorkerThread.cpp27 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/
Dinterprocess_condition_any.hpp106 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
Dinterprocess_condition.hpp104 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
Dnamed_condition_any.hpp105 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/
Dwait.c3 pid_t wait(int *status) in wait() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread.cpp29 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/
DSynchronization.hpp85 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/
DThreadPool.cpp71 void ThreadPool::wait() { in wait() function in ThreadPool
122 void ThreadPool::wait() { in wait() function in ThreadPool
/third_party/boost/boost/atomic/detail/
Dwait_ops_freebsd_umtx.hpp74 …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
Dwait_ops_futex.hpp45 …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/
Dnvc0_query.c71 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/
Devent.cpp120 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/
Dcondition.hpp63 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/
Dwait_group.hpp23 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/
Dintel_gem.c40 struct drm_syncobj_wait wait = { in intel_gem_supports_syncobj_wait() local

12345678910>>...17