Searched defs:Wait (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium/base/synchronization/
H A Dcondition_variable_posix.cc31 void ConditionVariable::Wait() { function in class:base::ConditionVariable
H A Dwaitable_event_win.cc49 bool WaitableEvent::Wait() { function in class:base::WaitableEvent
H A Dcondition_variable_win.cc46 void ConditionVariable::Wait() { function in class:base::ConditionVariable
110 // objects as there are threads simultaneously using this instance's Wait()
113 // We hold internal_lock, courtesy of Wait().
129 // RecycleEvent() takes a cv_event that was previously used for Wait()ing, and
130 // recycles it for use in future Wait() calls for this or other threads.
135 // We hold internal_lock, courtesy of Wait().
289 try to Wait() after a Broadcast() has been called, but before all the
293 Wait()? See FAQ-question-1, or consider the following: If a single
294 event were used, then numerous threads calling Wait() could release
338 the race will appear, and it would require MANY Wait() an
[all...]
H A Dwaitable_event_posix.cc152 bool WaitableEvent::Wait() { function in class:base::WaitableEvent
206 sw.cv()->Wait();
267 sw.cv()->Wait();
/external/chromium/third_party/libjingle/source/talk/base/
H A Devent.cc84 bool Event::Wait(int cms) { function in class:talk_base::Event
149 bool Event::Wait(int cms) {
H A Dfirewallsocketserver.h83 virtual bool Wait(int cms, bool process_io) { function in class:talk_base::FirewallSocketServer
84 return server_->Wait(cms, process_io);
H A Dphysicalsocketserver.cc684 // and cleared from Wait(). There is a race involved in this, but it is
1230 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) {
1284 // Wait then call handlers as appropriate
1433 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { function in class:PhysicalSocketServer
1486 // Wait for one of the events to signal
H A Dwin32socketserver.cc727 bool Win32SocketServer::Wait(int cms, bool process_io) { function in class:talk_base::Win32SocketServer
/external/qemu/distrib/sdl-1.2.12/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/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
H A DSDL_systhread_c.h46 #define Wait WaitPPC macro
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_browsertest.cc61 // Wait until the two conditions are met.
62 void Wait(bool locker_state, bool fullscreen) { function in class:__anon1116::Waiter
233 waiter.Wait(false /* not locked */, true /* full screen */);
242 waiter.Wait(true /* locked */, false /* full screen */);
/external/chromium/chrome/browser/
H A Dplugin_data_remover.cc68 void PluginDataRemover::Wait() { function in class:PluginDataRemover
72 result = event_->Wait();
/external/webrtc/src/system_wrappers/source/
H A Devent_linux.cc126 EventTypeWrapper EventLinux::Wait(unsigned long timeout) function in class:webrtc::EventLinux
181 EventTypeWrapper EventLinux::Wait(timespec& tPulse) function in class:webrtc::EventLinux
277 switch(_timerEvent->Wait(tEnd))
/external/valgrind/unittest/
H A Dthread_wrappers.h256 //! Wait workers to finish, then join all threads.
304 void Wait() { function in class:BlockingCounter
H A Dthread_wrappers_win.h154 void Wait(Mutex *mu) { function in class:CondVar
H A Dthread_wrappers_pthread.h214 bool signal_at_unlock_; // Set to true if Wait was called.
222 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } function in class:CondVar
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp209 void Wait(int numCallbacks) { function in class:android::FlushSemaphore
215 m_condition.Wait();
216 ASSERT(lastCount != m_count, "Wait finished without incrementing m_count %d %d", m_count, lastCount);
242 semaphore->Wait(2);
/external/webkit/Source/WebCore/platform/
H A DCursor.h112 Wait, enumerator in enum:WebCore::Cursor::Type
/external/v8/src/
H A Dplatform-nullos.cc420 virtual void Wait() { function in class:v8::internal::NullSemaphore
/external/chromium/net/ocsp/
H A Dnss_ocsp.cc200 bool Wait() { function in class:__anon2263::OCSPRequestSession
722 if (!req->Wait() || req->http_response_code() == static_cast<PRUint16>(-1)) {
/external/chromium/net/proxy/
H A Dproxy_config_service_linux_unittest.cc268 Wait();
278 Wait();
297 Wait();
322 void Wait() { function in class:SynchConfigGetter
323 event_.Wait();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc246 virtual int Wait();
315 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc793 // The value a MockDeathTest will return from its Wait method.
800 // Number of times Wait was called.
831 virtual int Wait() { function in class:MockDeathTest
/external/gtest/src/
H A Dgtest-death-test.cc406 virtual int Wait();
434 // ForkingDeathTes::Wait(). Refactor it into a
436 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
440 // Wait until the child either signals that it has acquired the write end
644 virtual int Wait();
734 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/external/gtest/test/
H A Dgtest-death-test_test.cc746 // The value a MockDeathTest will return from its Wait method.
753 // Number of times Wait was called.
784 virtual int Wait() { function in class:MockDeathTest

Completed in 377 milliseconds

12