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

/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/opencore/oscl/oscl/osclproc/src/
H A Doscl_semaphore.cpp104 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait() function in class:OsclSemaphore
166 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait(uint32 timeout_msec) function in class:OsclSemaphore
/external/v8/src/
H A Dplatform-nullos.cc400 virtual void Wait() { function in class:v8::internal::NullSemaphore
H A Dplatform-freebsd.cc509 virtual void Wait();
510 virtual bool Wait(int timeout);
517 void FreeBSDSemaphore::Wait() { function in class:v8::internal::FreeBSDSemaphore
526 bool FreeBSDSemaphore::Wait(int timeout) { function in class:v8::internal::FreeBSDSemaphore
H A Dplatform-macos.cc509 void Wait() { semaphore_wait(semaphore_); } function in class:v8::internal::MacOSSemaphore
511 bool Wait(int timeout);
520 bool MacOSSemaphore::Wait(int timeout) { function in class:v8::internal::MacOSSemaphore
600 // Wait until next sampling.
657 // Wait for sampler thread to terminate.
H A Dplatform-openbsd.cc482 virtual void Wait();
483 virtual bool Wait(int timeout);
490 void OpenBSDSemaphore::Wait() { function in class:v8::internal::OpenBSDSemaphore
499 bool OpenBSDSemaphore::Wait(int timeout) { function in class:v8::internal::OpenBSDSemaphore
H A Dplatform-solaris.cc448 virtual void Wait();
449 virtual bool Wait(int timeout);
456 void SolarisSemaphore::Wait() { function in class:v8::internal::SolarisSemaphore
486 bool SolarisSemaphore::Wait(int timeout) { function in class:v8::internal::SolarisSemaphore
506 // Wait for semaphore signalled or timeout.
H A Dplatform-linux.cc603 virtual void Wait();
604 virtual bool Wait(int timeout);
611 void LinuxSemaphore::Wait() { function in class:v8::internal::LinuxSemaphore
628 bool LinuxSemaphore::Wait(int timeout) { function in class:v8::internal::LinuxSemaphore
648 // Wait for semaphore signalled or timeout.
H A Dplatform-win32.cc1485 // Wait for thread to terminate.
1576 void Wait() { function in class:v8::internal::Win32Semaphore
1580 bool Wait(int timeout) { function in class:v8::internal::Win32Semaphore
1834 // Wait until next sampling.
1897 // Wait for sampler thread to terminate.
/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
/external/v8/test/cctest/
H A Dtest-debug.cc3806 // constructor. The Wait() call blocks a thread until it is called for the
3813 void Wait();
3829 // Do not call, due to race condition with Wait().
3837 void ThreadBarrier::Wait() { function in class:ThreadBarrier
3849 } else { // Wait for the semaphore.
3852 sem_->Wait(); // these two lines are not atomic.
3979 message_queue_barriers.semaphore_1->Wait();
4014 message_queue_barriers.barrier_1.Wait();
4025 message_queue_barriers.barrier_2.Wait();
4036 message_queue_barriers.barrier_3.Wait();
[all...]

Completed in 128 milliseconds