HomeSort by relevance Sort by last modified time
    Searched refs:Wait (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/v8/test/cctest/
test-lock.cc 48 ok = sem->Wait(0);
50 ok = sem->Wait(100);
52 ok = sem->Wait(1000);
57 ok = sem->Wait(0);
59 ok = sem->Wait(100);
61 ok = sem->Wait(1000);
test-thread-termination.cc 151 semaphore->Wait();
217 // Wait until both threads have signaled the semaphore.
218 semaphore->Wait();
219 semaphore->Wait();
test-sockets.cc 27 void WaitForListening() { listening_->Wait(); }
105 // Wait until data is received.
test-debug.cc     [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.h 82 * Makes the thread to wait on the Semaphore
89 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait();
92 * Makes the thread to wait on the Semaphore, with a timeout.
102 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(uint32 timeout_msec);
oscl_scheduler_readyq.cpp 123 switch (iSem.Wait())
137 switch (iSem.Wait(aTimeoutVal))
176 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
186 //already done a sem wait prior to this call, so there is no sem
199 {//there should always be an element available after a sem wait.
229 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
288 //Wait on a particular request to complete
294 //Wait on any request to complete.
295 if (iSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
oscl_semaphore.cpp 104 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait()
114 { // wait till the semaphore is signaled
158 * Makes the thread to wait on the Semaphore, with a timeout.
166 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclSemaphore::Wait(uint32 timeout_msec)
186 { // wait till semaphore is signaled
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDLOSXCAGuard.h 87 to properly manage the recursive nesting. The Wait calls with timeouts
102 void (*Wait)(struct S_SDLOSXCAGuard *cag);
SDLOSXCAGuard.c 174 SET_SDLOSXCAGUARD_METHOD(Wait);
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread_c.h 46 #define Wait WaitPPC
SDL_systhread.c 36 struct Task *wait; member in struct:__anon4325
58 Father=data->wait;
77 Father=data->wait;
145 Wait(SIGBREAKF_CTRL_F|SIGBREAKF_CTRL_C);
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 24 shouldBe("storage['FOO']", "undefined"); // FIXME: Wait...shouldn't this be null?
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 68 // by wait(2)
100 // test, then wait for it to complete.
110 virtual int Wait() = 0;
117 // than a function pointer or functor, or else Wait and Passed could
172 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 114 sema.Wait();
117 sema.Wait();
SDL_sysmutex.cpp 90 rmutex.Wait();
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_request.cpp 90 //Wait on the thread to start
91 p->iStartup.Wait();
oscl_socket_serv_imp_reqlist.cpp 163 //called by server thread to wait on requests.
170 //if no new requests. then wait.
172 iSem.Wait();
  /external/opencore/android/
android_audio_output.cpp 192 while (iAudioThreadReturnSem->Wait() != OsclProcStatus::SUCCESS_ERROR)
253 while (iAudioThreadTermSem->Wait() != OsclProcStatus::SUCCESS_ERROR)
276 while (iAudioThreadCreatedSem->Wait() != OsclProcStatus::SUCCESS_ERROR)
397 // wait for signal from MIO thread
398 LOGV("wait for signal");
399 iAudioThreadSem->Wait();
444 LOGV("wait");
445 iAudioThreadSem->Wait();
469 // if queue is empty, wait for more work
472 LOGV("queue is empty, wait for more work")
    [all...]
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.cpp 279 // Do not use wait/signal semaphore for queuing input/output buffers
294 // Do not use wait/signal semaphore for queuing input/output buffers
435 iInitSemOmx.Wait();
464 iInitSemOmx.Wait();
490 iInitSemOmx.Wait();
516 iInitSemOmx.Wait();
543 iInitSemOmx.Wait();
572 iInitSemOmx.Wait();
603 iInitSemOmx.Wait();
632 iInitSemOmx.Wait();
    [all...]
pv_omx_interface_proxy.cpp 220 if (iThreadCreatedSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
234 //Wait for PV thread to initialize its scheduler.
235 if (iInitSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
280 //Wait for PV thread to finish up, then it's safe
282 if (iExitedSem.Wait() != OsclProcStatus::SUCCESS_ERROR)
  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_queue.cpp 21 //Only do sem wait on pre-emptive thread OS.
22 //The reason is that sem wait is not always available on
88 //Wait on the AO to be ready to be signaled.
89 iQueueReadySem.Wait();
92 //To avoid problems under brew applet, don't do a sem wait here.
  /external/v8/src/
platform-openbsd.cc 482 virtual void Wait();
483 virtual bool Wait(int timeout);
490 void OpenBSDSemaphore::Wait() {
499 bool OpenBSDSemaphore::Wait(int timeout) {
platform-solaris.cc 448 virtual void Wait();
449 virtual bool Wait(int timeout);
456 void SolarisSemaphore::Wait() {
486 bool SolarisSemaphore::Wait(int timeout) {
506 // Wait for semaphore signalled or timeout.
platform.h 364 // Wait until thread terminates.
441 // count is decremented each time a thread completes a wait for the semaphore
452 virtual void Wait() = 0;
458 virtual bool Wait(int timeout) = 0;
platform-macos.cc 509 void Wait() { semaphore_wait(semaphore_); }
511 bool Wait(int timeout);
520 bool MacOSSemaphore::Wait(int timeout) {
600 // Wait until next sampling.
657 // Wait for sampler thread to terminate.

Completed in 762 milliseconds

1 2 3