Home
last modified time | relevance | path

Searched defs:wait (Results 1 - 25 of 222) sorted by relevance

123456789

/third_party/musl/src/process/
H A Dwait.c3 pid_t wait(int *status) in wait() function
/third_party/node/test/fixtures/wpt/performance-timeline/
H A Dperformanceobservers.js25 function wait() { function
/third_party/python/Lib/
H A D_bootsubprocess.py17 def wait(self): member in Popen
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DThreadPool.cpp71 void ThreadPool::wait() { in wait() function in ThreadPool
[all...]
/third_party/skia/src/core/
H A DSkTaskGroup.cpp36 void SkTaskGroup::wait() { in wait() function in SkTaskGroup
H A 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/OpenGL/libEGL/
H A DSync.hpp42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
/third_party/skia/include/private/
H A DSkSemaphore.h73 inline void SkSemaphore::wait() { in wait() function in SkSemaphore
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_semaphore.c130 void __init_waitqueue_head(wait_queue_head_t *wait) in __init_waitqueue_head() argument
140 void __wake_up_interruptible(wait_queue_head_t *wait) in __wake_up_interruptible() argument
149 __wake_up_interruptible_poll(wait_queue_head_t *wait, pollevent_t key) __wake_up_interruptible_poll() argument
[all...]
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py43 def wait(self, secs): member in Connection
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c98 lp_scene_dequeue(struct lp_scene_queue *queue, boolean wait) in lp_scene_dequeue() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c143 fd_sw_get_query_result(struct fd_context *ctx, struct fd_query *q, bool wait, in fd_sw_get_query_result() argument
/third_party/python/Lib/multiprocessing/
H A Dpopen_fork.py36 def wait(self, timeout=None): member in Popen
39 from multiprocessing.connection import wait namespace
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkEvent.hpp61 void wait() in wait() function in vk::Event
H A DVkTimelineSemaphore.hpp146 VkResult TimelineSemaphore::wait(uint64_t value, in wait() function in vk::TimelineSemaphore
153 VkResult TimelineSemaphore::Shared::wait(uint64_ function in vk::TimelineSemaphore::Shared
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dbarrier.hpp51 void wait() in wait() function in spirv_cross::Barrier
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmutex.h80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait() function in marl::lock
[all...]
H A Dwaitgroup.h101 void WaitGroup::wait() const { in wait() function in marl::WaitGroup
/third_party/rust/crates/rustix/src/process/
H A Dwait.rs127 pub fn wait(waitopts: WaitOptions) -> io::Result<Option<(Pid, WaitStatus)>> { wait() functions
[all...]
H A Dmod.rs31 mod wait; modules
/third_party/rust/crates/rustix/tests/process/
H A Dmain.rs30 mod wait; modules
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSemaphore.cpp38 angle::Result Semaphore::wait(Context *context, in wait() function in gl::Semaphore
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c31 const struct vn_renderer_wait wait = { in vn_renderer_submit_simple_sync() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) i915_get_query_result() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_query.c70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) lima_get_query_result() argument

Completed in 7 milliseconds

123456789