Home
last modified time | relevance | path

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

12345678910>>...12

/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...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_common.h30 sem_t wait; 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
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dengine_event_callback.h27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback() argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h81 void wait(std::unique_lock<mutex>& lk, Pred&& pred) in wait() function in ffrt::condition_variable
88 void wait(std::unique_lock<mutex>& lk) in wait() function in ffrt::condition_variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor_adapter.cpp43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dtask_manager.cpp46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h39 bool wait = true; member
/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...]

Completed in 7 milliseconds

12345678910>>...12