Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 74) sorted by relevance

123

/external/webkit/V8Binding/v8/test/cctest/
Dtest-lock.cc48 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()
Dtest-thread-termination.cc117 semaphore->Wait(); in Run()
183 semaphore->Wait(); in TEST()
184 semaphore->Wait(); in TEST()
Dtest-debug.cc3471 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/
Domx_proxy_interface.cpp435 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 …]
Dpv_omx_interface_proxy.cpp220 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/
Doscl_scheduler_readyq.cpp123 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()
Doscl_semaphore.h89 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait();
102 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(uint32 timeout_msec);
Doscl_semaphore.cpp104 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/
Dandroid_audio_output.cpp192 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/
DSDL_syssem.cpp114 sema.Wait(); in _WaitAll()
117 sema.Wait(); in _WaitAll()
DSDL_sysmutex.cpp90 rmutex.Wait(); in SDL_mutexP()
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h110 virtual int Wait() = 0;
172 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/external/webkit/V8Binding/v8/src/
Dplatform-freebsd.cc488 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
Dplatform-linux.cc517 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
Dplatform-macos.cc471 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
Dplatform.h434 virtual void Wait() = 0;
440 virtual bool Wait(int timeout) = 0;
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_systhread_c.h46 #define Wait WaitPPC macro
DSDL_systhread.c145 Wait(SIGBREAKF_CTRL_F|SIGBREAKF_CTRL_C); in SDL_SYS_WaitThread()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDLOSXCAGuard.h102 void (*Wait)(struct S_SDLOSXCAGuard *cag); member
DSDLOSXCAGuard.c174 SET_SDLOSXCAGUARD_METHOD(Wait); in new_SDLOSXCAGuard()
/external/tesseract/viewer/
Dsvutil.h69 void Wait();
/external/opencore/oscl/oscl/osclio/src/
Doscl_dns_request.cpp91 p->iStartup.Wait(); in Activate()
Doscl_socket_serv_imp_reqlist.cpp172 iSem.Wait(); in WaitOnRequests()
/external/gtest/src/
Dgtest-death-test.cc406 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/
Dthreadsafe_queue.cpp89 iQueueReadySem.Wait(); in AddToQueue()

123