/external/webkit/V8Binding/v8/test/cctest/ |
D | test-lock.cc | 48 ok = sem->Wait(0); in TEST() 50 ok = sem->Wait(100); in TEST() 52 ok = sem->Wait(1000); in TEST() 57 ok = sem->Wait(0); in TEST() 59 ok = sem->Wait(100); in TEST() 61 ok = sem->Wait(1000); in TEST()
|
D | test-thread-termination.cc | 117 semaphore->Wait(); in Run() 183 semaphore->Wait(); in TEST() 184 semaphore->Wait(); in TEST()
|
D | test-debug.cc | 3471 void Wait(); 3495 void ThreadBarrier::Wait() { in Wait() function in ThreadBarrier 3510 sem_->Wait(); // these two lines are not atomic. in Wait() 3573 message_queue_barriers.semaphore_1->Wait(); in MessageHandler() 3610 message_queue_barriers.barrier_1.Wait(); in Run() 3621 message_queue_barriers.barrier_2.Wait(); in Run() 3632 message_queue_barriers.barrier_3.Wait(); in Run() 3638 message_queue_barriers.semaphore_2->Wait(); in Run() 3649 message_queue_barriers.semaphore_2->Wait(); in Run() 3677 message_queue_barriers.barrier_1.Wait(); in TEST() [all …]
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.cpp | 435 iInitSemOmx.Wait(); in ProxyGetConfig() 464 iInitSemOmx.Wait(); in ProxySetConfig() 490 iInitSemOmx.Wait(); in ProxyGetExtensionIndex() 516 iInitSemOmx.Wait(); in ProxyGetState() 543 iInitSemOmx.Wait(); in ProxyGetParameter() 572 iInitSemOmx.Wait(); in ProxySetParameter() 603 iInitSemOmx.Wait(); in ProxyUseBuffer() 632 iInitSemOmx.Wait(); in ProxyAllocateBuffer() 658 iInitSemOmx.Wait(); in ProxyFreeBuffer() 683 iInitSemOmx.Wait(); in ProxySetCallbacks() [all …]
|
D | pv_omx_interface_proxy.cpp | 220 if (iThreadCreatedSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in StartPVThread() 235 if (iInitSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in StartPVThread() 282 if (iExitedSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in StopPVThread()
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_scheduler_readyq.cpp | 123 switch (iSem.Wait()) in WaitAndPopTop() 137 switch (iSem.Wait(aTimeoutVal)) in WaitAndPopTop() 176 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in PopTop() 229 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in Remove() 295 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR) in WaitForRequestComplete()
|
D | oscl_semaphore.h | 89 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(); 102 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(uint32 timeout_msec);
|
D | oscl_semaphore.cpp | 104 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait() in Wait() function in OsclSemaphore 166 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait(uint32 timeout_msec) in Wait() function in OsclSemaphore
|
/external/opencore/android/ |
D | android_audio_output.cpp | 192 while (iAudioThreadReturnSem->Wait() != OsclProcStatus::SUCCESS_ERROR) in returnAllBuffers() 253 while (iAudioThreadTermSem->Wait() != OsclProcStatus::SUCCESS_ERROR) in RequestAndWaitForThreadExit() 276 while (iAudioThreadCreatedSem->Wait() != OsclProcStatus::SUCCESS_ERROR) in setParametersSync() 399 iAudioThreadSem->Wait(); in audout_thread_func() 445 iAudioThreadSem->Wait(); in audout_thread_func() 473 iAudioThreadSem->Wait(); in audout_thread_func() 537 iAudioThreadSem->Wait(); in audout_thread_func()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
D | SDL_syssem.cpp | 114 sema.Wait(); in _WaitAll() 117 sema.Wait(); in _WaitAll()
|
D | SDL_sysmutex.cpp | 90 rmutex.Wait(); in SDL_mutexP()
|
/external/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 110 virtual int Wait() = 0; 172 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
|
/external/webkit/V8Binding/v8/src/ |
D | platform-freebsd.cc | 488 virtual void Wait(); 489 virtual bool Wait(int timeout); 496 void FreeBSDSemaphore::Wait() { in Wait() function in v8::internal::FreeBSDSemaphore 505 bool FreeBSDSemaphore::Wait(int timeout) { in Wait() function in v8::internal::FreeBSDSemaphore
|
D | platform-linux.cc | 517 virtual void Wait(); 518 virtual bool Wait(int timeout); 525 void LinuxSemaphore::Wait() { in Wait() function in v8::internal::LinuxSemaphore 542 bool LinuxSemaphore::Wait(int timeout) { in Wait() function in v8::internal::LinuxSemaphore
|
D | platform-macos.cc | 471 void Wait() { semaphore_wait(semaphore_); } in Wait() function in v8::internal::MacOSSemaphore 473 bool Wait(int timeout); 482 bool MacOSSemaphore::Wait(int timeout) { in Wait() function in v8::internal::MacOSSemaphore
|
D | platform.h | 434 virtual void Wait() = 0; 440 virtual bool Wait(int timeout) = 0;
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
D | SDL_systhread_c.h | 46 #define Wait WaitPPC macro
|
D | SDL_systhread.c | 145 Wait(SIGBREAKF_CTRL_F|SIGBREAKF_CTRL_C); in SDL_SYS_WaitThread()
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
D | SDLOSXCAGuard.h | 102 void (*Wait)(struct S_SDLOSXCAGuard *cag); member
|
D | SDLOSXCAGuard.c | 174 SET_SDLOSXCAGUARD_METHOD(Wait); in new_SDLOSXCAGuard()
|
/external/tesseract/viewer/ |
D | svutil.h | 69 void Wait();
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_dns_request.cpp | 91 p->iStartup.Wait(); in Activate()
|
D | oscl_socket_serv_imp_reqlist.cpp | 172 iSem.Wait(); in WaitOnRequests()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 406 virtual int Wait(); 436 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest 644 virtual int Wait(); 734 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
|
/external/opencore/baselibs/threadsafe_callback_ao/src/ |
D | threadsafe_queue.cpp | 89 iQueueReadySem.Wait(); in AddToQueue()
|