/third_party/musl/src/process/ |
H A D | wait.c | 3 pid_t wait(int *status) in wait() function
|
/third_party/node/test/fixtures/wpt/performance-timeline/ |
H A D | performanceobservers.js | 25 function wait() { function
|
/third_party/python/Lib/ |
H A D | _bootsubprocess.py | 17 def wait(self): member in Popen
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 71 void ThreadPool::wait() { in wait() function in ThreadPool [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_common.h | 30 sem_t wait; member
|
/third_party/skia/src/core/ |
H A D | SkTaskGroup.cpp | 36 void SkTaskGroup::wait() { in wait() function in SkTaskGroup
|
H A 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/OpenGL/libEGL/ |
H A D | Sync.hpp | 42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
|
/third_party/skia/include/private/ |
H A D | SkSemaphore.h | 73 inline void SkSemaphore::wait() { in wait() function in SkSemaphore
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/ |
H A D | engine_event_callback.h | 27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback() argument
|
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | condition_variable.h | 81 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 D | task_executor_adapter.cpp | 43 bool TaskExecutorAdapter::Remove(const TaskExecutorAdapter::TaskId &taskId, bool wait) in Remove() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | task_manager.cpp | 46 bool TaskManager::Remove(const TaskId &taskId, bool wait) in Remove() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relational_store_connection.h | 39 bool wait = true; member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_semaphore.c | 130 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 D | report-flakes.py | 43 def wait(self, secs): member in Connection
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene_queue.c | 98 lp_scene_dequeue(struct lp_scene_queue *queue, boolean wait) in lp_scene_dequeue() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_sw.c | 143 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 D | popen_fork.py | 36 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 D | VkEvent.hpp | 61 void wait() in wait() function in vk::Event
|
H A D | VkTimelineSemaphore.hpp | 146 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 D | barrier.hpp | 51 void wait() in wait() function in spirv_cross::Barrier
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | mutex.h | 80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait() function in marl::lock [all...] |
H A D | waitgroup.h | 101 void WaitGroup::wait() const { in wait() function in marl::WaitGroup
|
/third_party/rust/crates/rustix/src/process/ |
H A D | wait.rs | 127 pub fn wait(waitopts: WaitOptions) -> io::Result<Option<(Pid, WaitStatus)>> { wait() functions [all...] |