Home
last modified time | relevance | path

Searched defs:Wait (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gn/src/util/
Dsemaphore.cc31 void Semaphore::Wait() { in Wait() function in Semaphore
56 void Semaphore::Wait() { in Wait() function in Semaphore
86 void Semaphore::Wait() { in Wait() function in Semaphore
Dauto_reset_event.h44 void Wait() { in Wait() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc76 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
176 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
249 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
371 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
Dper_thread_sem_test.cc49 void Wait() { in Wait() function in absl::synchronization_internal::SimpleSemaphore
131 static bool Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::PerThreadSemTest
136 static bool Wait(absl::Time t) { in Wait() function in absl::synchronization_internal::PerThreadSemTest
Dper_thread_sem.h110 bool absl::synchronization_internal::PerThreadSem::Wait( in Wait() function
/third_party/skia/third_party/externals/dawn/src/dawn_platform/
DWorkerThread.cpp30 void Wait() { in Wait() function in __anon4b2a6ba70111::AsyncWaitableEventImpl
60 void Wait() override { in Wait() function in __anon4b2a6ba70111::AsyncWaitableEvent
/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc140 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
240 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
313 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
435 bool Waiter::Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::Waiter
Dper_thread_sem_test.cc49 void Wait() { in Wait() function in absl::synchronization_internal::SimpleSemaphore
131 static bool Wait(KernelTimeout t) { in Wait() function in absl::synchronization_internal::PerThreadSemTest
136 static bool Wait(absl::Time t) { in Wait() function in absl::synchronization_internal::PerThreadSemTest
Dper_thread_sem.h110 bool absl::synchronization_internal::PerThreadSem::Wait( in Wait() function
Dmutex_nonprod.cc95 void CondVarImpl::Wait(MutexImpl* mu) { in Wait() function in absl::synchronization_internal::CondVarImpl
163 void CondVarImpl::Wait(MutexImpl* mu) { in Wait() function in absl::synchronization_internal::CondVarImpl
269 void CondVar::Wait(Mutex* mu) { return impl()->Wait(mu->impl()); } in Wait() function in absl::CondVar
/third_party/flutter/engine/flutter/fml/synchronization/
Dcount_down_latch.cc19 void CountDownLatch::Wait() { in Wait() function in fml::CountDownLatch
Dwaitable_event.cc68 void AutoResetWaitableEvent::Wait() { in Wait() function in fml::AutoResetWaitableEvent
131 void ManualResetWaitableEvent::Wait() { in Wait() function in fml::ManualResetWaitableEvent
/third_party/grpc/include/grpcpp/impl/codegen/
Dsync.h129 int Wait(Mutex* mu) { in Wait() function
133 int Wait(Mutex* mu, const gpr_timespec& deadline) { in Wait() function
/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.cc39 void BlockingCounter::Wait() { in Wait() function in absl::BlockingCounter
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.cc50 void BlockingCounter::Wait() { in Wait() function in absl::BlockingCounter
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dwait_post.cc23 Status WaitPost::Wait() { in Wait() function in mindspore::dataset::WaitPost
Dcond_var.cc25 Status CondVar::Wait(std::unique_lock<std::mutex> *lck, const std::function<bool()> &pred) { in Wait() function in mindspore::dataset::CondVar
Dqueue_map.h99 Status Wait(T *out) { in Wait() function
/third_party/cef/libcef/common/
Dwaitable_event_impl.cc51 void CefWaitableEventImpl::Wait() { in Wait() function in CefWaitableEventImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/third_party/mindspore/mindspore/core/ir/
Dtensor.h86 void Wait() const { in Wait() function
336 void Wait() const { in Wait() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_buffer_mgr.h46 inline bool Wait() { in Wait() function
/third_party/cef/libcef_dll/ctocpp/
Dwaitable_event_ctocpp.cc80 NO_SANITIZE("cfi-icall") void CefWaitableEventCToCpp::Wait() { in Wait() function in CefWaitableEventCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h92 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dhttp_server.cc159 bool HttpServer::Wait() { in Wait() function in mindspore::ps::core::HttpServer

123