Home
last modified time | relevance | path

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

12345678910

/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...]
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_condition.h24 int (*wait)(struct HcConditionT*); member
H A Dhc_thread.h30 void (*wait)(struct HcThreadT* thread); member
/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
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Dedm_load_manager.cpp75 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(EDM_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h34 void (*wait)(struct HcThreadT* thread); member
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h32 int (*wait)(struct HcConditionT*); member
/base/startup/init/initsync/src/
H A Dinit_sync.c43 int InitListen(unsigned long eventMask, unsigned int wait) in InitListen() argument
65 void TriggerStage(unsigned int event, unsigned int wait, QuickstartStage stagelevel) in TriggerStage() argument
/base/startup/init/test/moduletest/
H A Dparam_test_module.c45 const int wait = READ_DURATION + READ_DURATION; // 100ms in PluginParamCmdWriteParam() local
/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

Completed in 7 milliseconds

12345678910