Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/lite/experimental/ruy/
Dwait.cc22 void Wait(const std::function<bool()>& condition, const Duration& spin_duration, in Wait() function
42 void Wait(const std::function<bool()>& condition, in Wait() function
Dblocking_counter.cc42 void BlockingCounter::Wait() { in Wait() function in ruy::BlockingCounter
/external/libgav1/libgav1/src/utils/
Dthreadpool.h125 void Wait() { in Wait() function
141 void Wait() { condition_.Wait(&queue_mutex_); } in Wait() function
Dblocking_counter.h78 bool Wait() { in Wait() function
/external/webrtc/webrtc/system_wrappers/source/
Devent_timer_posix.cc70 EventTypeWrapper EventTimerPosix::Wait(unsigned long timeout) { in Wait() function in webrtc::EventTimerPosix
118 EventTypeWrapper EventTimerPosix::Wait(timespec* end_at) { in Wait() function in webrtc::EventTimerPosix
Devent.cc39 EventTypeWrapper Wait(unsigned long max_time) override { in Wait() function in webrtc::EventWrapperImpl
Devent_timer_win.cc40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) { in Wait() function in webrtc::EventTimerWin
/external/perfetto/src/base/
Dwaitable_event.cc25 void WaitableEvent::Wait() { in Wait() function in perfetto::base::WaitableEvent
/external/webrtc/webrtc/base/
Devent.cc49 bool Event::Wait(int milliseconds) { in Wait() function in rtc::Event
Dmacsocketserver.cc162 bool MacCFSocketServer::Wait(int cms, bool process_io) { in Wait() function in rtc::MacCFSocketServer
247 bool MacCarbonSocketServer::Wait(int cms, bool process_io) { in Wait() function in rtc::MacCarbonSocketServer
345 bool MacCarbonAppSocketServer::Wait(int cms, bool process_io) { in Wait() function in rtc::MacCarbonAppSocketServer
Dnullsocketserver.h25 virtual bool Wait(int cms, bool process_io) { in Wait() function
/external/v8/src/base/platform/
Dsemaphore.cc31 void Semaphore::Wait() { in Wait() function in v8::base::Semaphore
Dcondition-variable.cc72 void ConditionVariable::Wait(Mutex* mutex) { in Wait() function in v8::base::ConditionVariable
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPITypes.h30 enum State : unsigned char { Nonblocking, Wait }; enumerator
/external/v8/src/heap/
Dbarrier.h51 bool Wait() { in Wait() function
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dtime_utils.cc51 bool PeriodicTimer::Wait() { in Wait() function in time_utils::PeriodicTimer
/external/tensorflow/tensorflow/core/platform/
Dblocking_counter.h48 inline void Wait() { in Wait() function
/external/llvm/include/llvm/Support/
DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DThreading.h73 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_sync.cc104 Status GlShaderSync::Wait() { in Wait() function in tflite::gpu::gl::GlShaderSync
/external/lzma/CPP/Windows/
DThread.h22 WRes Wait() { return Thread_Wait(&thread); } in Wait() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_event.cc68 void CLEvent::Wait() const { clWaitForEvents(1, &event_); } in Wait() function in tflite::gpu::cl::CLEvent
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go163 func (p *WorkerPool) Wait() { func
250 func (dq *DumpQueue) Wait() { func
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc31 virtual bool Wait(int cms, bool process_io) { in Wait() function in CustomSocketServer

1234