Searched defs:Wait (Results 1 - 25 of 144) sorted by last modified time

123456

/external/webrtc/src/system_wrappers/source/
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_win.cc41 EventTypeWrapper EventWindows::Wait(unsigned long maxTime) function in class:webrtc::EventWindows
/external/valgrind/main/drd/tests/
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
/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...]
/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 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/protobuf/gtest/src/
H A Dgtest-death-test.cc529 virtual int Wait();
551 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
555 // Wait until the child either signals that it has acquired the write end
697 virtual int Wait();
715 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc747 // The value a MockDeathTest will return from its Wait method.
754 // Number of times Wait was called.
785 virtual int Wait() { function in class:MockDeathTest
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc577 virtual int Wait();
599 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
603 // Wait until the child either signals that it has acquired the write end
745 virtual int Wait();
763 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc579 virtual int Wait();
601 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
605 // Wait until the child either signals that it has acquired the write end
747 virtual int Wait();
765 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp752 encoders[i].thread[0].Wait();
814 encoder.thread[j].Wait();
892 void Wait() function in struct:CCrcInfo
894 Thread.Wait();
914 Items[i].Wait();
/external/lzma/CPP/Windows/
H A DThread.h22 WRes Wait() { return Thread_Wait(&thread); } function in class:NWindows::CThread
/external/lldb/source/Host/common/
H A DCondition.cpp68 // The Wait() function atomically blocks the current thread
81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) function in class:Condition
/external/gtest/src/
H A Dgtest-death-test.cc617 virtual int Wait();
639 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
643 // Wait until the child either signals that it has acquired the write end
781 virtual int Wait();
799 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/gtest/test/
H A Dgtest-death-test_test.cc844 // The value a MockDeathTest will return from its Wait method.
851 // Number of times Wait was called.
882 virtual int Wait() { function in class:MockDeathTest
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc773 data->Wait();
780 data->Wait();
785 data->Wait();
791 void Wait() { function in class:TestApiCallbacks
H A Dtest-debug.cc4780 // The Wait() call blocks a thread until it is called for the Nth time, then all
4794 void Wait() { function in class:FINAL
4803 } else { // Wait for the semaphore.
4805 cv_.Wait(&mutex_);
4951 message_queue_barriers.semaphore_1.Wait();
4987 message_queue_barriers.barrier_1.Wait();
4999 message_queue_barriers.barrier_2.Wait();
5010 message_queue_barriers.barrier_3.Wait();
5015 // Wait on break event from hitting "debugger" statement
5016 message_queue_barriers.semaphore_2.Wait();
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.cc62 void ConditionVariable::Wait(Mutex* mutex) { function in class:v8::base::ConditionVariable
265 void ConditionVariable::Wait(Mutex* mutex) {
272 // Wait on the wait event.
292 // Wait on the wait event.
H A Dsemaphore.cc45 void Semaphore::Wait() { function in class:v8::base::Semaphore
98 void Semaphore::Wait() {
125 // Wait for semaphore signalled or timeout.
171 void Semaphore::Wait() {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h66 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { function in class:NullEvent
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc91 // how much can be written/read, or 0 if we need to Wait() again.
92 snd_pcm_uframes_t Wait() { function in class:rtc::AlsaStream
285 snd_pcm_uframes_t avail = stream_.Wait();
417 snd_pcm_uframes_t avail = stream_.Wait();
H A Dpulseaudiosoundsystem.cc1133 // Wait for the connection state machine to reach a terminal state.
1135 Wait();
1508 Wait();
1525 inline void PulseAudioSoundSystem::Wait() { function in class:rtc::PulseAudioSoundSystem
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc113 EventTypeWrapper EventPosix::Wait(unsigned long timeout) { function in class:webrtc::EventPosix
162 EventTypeWrapper EventPosix::Wait(timespec& wake_at) { function in class:webrtc::EventPosix
251 switch (timer_event_->Wait(end_at)) {
H A Devent_win.cc39 EventTypeWrapper EventWindows::Wait(unsigned long max_time) { function in class:webrtc::EventWindows
/external/chromium_org/third_party/webrtc/test/
H A Drtp_rtcp_observer.h48 virtual EventTypeWrapper Wait() { function in class:webrtc::test::RtpRtcpObserver
49 EventTypeWrapper result = observation_complete_->Wait(timeout_ms_);

Completed in 1385 milliseconds

123456