Searched refs:Wait (Results 1 - 25 of 765) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc307 event->Wait(1);
335 ASSERT_EQ(kEventTimeout, event->Wait(5000));
/external/webrtc/src/system_wrappers/interface/
H A Devent_wrapper.h32 // Releases threads who are calling Wait() and has started waiting. Please
33 // note that a thread calling Wait() will not start waiting immediately.
40 // Prevents future Wait() calls from finishing without a new Set() call.
50 virtual EventTypeWrapper Wait(unsigned long maxTime) = 0;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.cc82 event_->Wait(work_period_ms_);
104 event_->Wait(1);
H A Dcpu_win.cc213 if(kEventTimeout != sleep_event->Wait(1000))
H A Dcpu_wrapper_unittest.cc57 sleep_event->Wait(1);
H A Ddata_log.cc440 // Wait for a row to be complete
441 flush_event_->Wait(WEBRTC_EVENT_INFINITE);
H A Devent_posix.cc126 EventTypeWrapper EventPosix::Wait(unsigned long timeout) function in class:webrtc::EventPosix
181 EventTypeWrapper EventPosix::Wait(timespec& tPulse) function in class:webrtc::EventPosix
277 switch(_timerEvent->Wait(tEnd))
H A Devent_posix.h35 virtual EventTypeWrapper Wait(unsigned long maxTime);
48 EventTypeWrapper Wait(timespec& tPulse);
H A Devent_win.cc41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime) function in class:webrtc::EventWindows
H A Devent_win.h27 virtual EventTypeWrapper Wait(unsigned long maxTime);
H A Dthread_posix.cc188 // Wait up to 10 seconds for the OS to call the callback function. Prevents
190 if (kEventSignaled != _event->Wait(WEBRTC_EVENT_10_SEC))
309 // Wait up to 10 seconds for the thread to terminate
H A Dthread_win.cc88 _event->Wait(INFINITE);
157 // Wait up to 2 seconds for the thread to complete.
H A Dtrace_impl.cc489 if(_event.Wait(1000) == kEventSignaled)
/external/valgrind/main/drd/tests/
H A Dsem_wait.stderr.exp3 Wait would have blocked
H A Dtsan_thread_wrappers_pthread.h257 bool signal_at_unlock_; // Set to true if Wait was called.
280 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } function in class:CondVar
526 //! Wait workers to finish, then join all threads.
580 void Wait() { function in class:BlockingCounter
H A Dtsan_unittest.cpp360 // the pair of CV.Signal() and CV.Wait() establish happens-before relation.
370 // CV.Wait(MU) <---/
392 CV.Wait(&MU);
484 // Since CondVar::Wait() is not called, we get a false positive.
500 // CV.Wait(MU) <<< not called
521 CV.Wait(&MU);
540 // Same as test05 but we annotated the Wait() loop.
550 // CV.Wait(MU) <<< not called /
573 CV.Wait(&MU);
738 // CV.Wait(
[all...]
/external/stressapptest/src/
H A Dworker.cc185 // Wait for the other workers to call this function so that
188 // Wait for ResumeWorkers() to be called.
210 // Wait for the other workers to call this function so that PauseWorkers()
213 // Wait for ResumeWorkers() to be called.
2081 // Wait for a connection from a network traffic generation thread.
2082 bool NetworkListenThread::Wait() { function in class:NetworkListenThread
2090 // Wait up to five seconds.
2099 // Wait for a connection from a network traffic generation thread.
2330 // Wait on incoming connections, and spawn worker threads for them.
2334 if (Wait()) {
[all...]
H A Dworker.h230 // Wait for the thread to complete its cleanup.
541 virtual bool Wait();
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp130 void Wait(TTimeIntervalMicroSeconds32 aWait);
147 void CSimpleWait::Wait(TTimeIntervalMicroSeconds32 aWait) function in class:CSimpleWait
174 void Wait();
398 void CEpocAudio::Wait() function in class:CEpocAudio
428 // iWait->Wait(10000); //just give some time...
580 CEpocAudio::Current(thisdevice).Wait();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c148 frt->mGuard->Wait(frt->mGuard); /* wait for thread to die */
265 frt->mGuard->Wait(frt->mGuard);
H A DSDLOSXCAGuard.c174 SET_SDLOSXCAGUARD_METHOD(Wait);
H A DSDLOSXCAGuard.h87 to properly manage the recursive nesting. The Wait calls with timeouts
102 void (*Wait)(struct S_SDLOSXCAGuard *cag); member in struct:S_SDLOSXCAGuard
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp107 iCS.Wait();
122 iCS.Wait();
293 iSema.Wait();
395 iSema.Wait();
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_sysmutex.cpp115 rmutex.Wait();
H A DSDL_syssem.cpp127 sema.Wait();
130 sema.Wait();
151 if(KErrNone == sema.Wait(timeout))

Completed in 1188 milliseconds

1234567891011>>