Searched refs:wait (Results 176 - 200 of 785) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.cpp30 void PThreadEvent::wait() { function in class:PThreadEvent
62 pthreadData->fStarted.wait();
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.cc48 #include <sys/wait.h> // for wait()
156 wait(NULL); // we'll let the kids run one at a time
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.cc48 #include <sys/wait.h> // for wait()
156 wait(NULL); // we'll let the kids run one at a time
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc61 void SignalThread::Destroy(bool wait) { argument
72 if (wait) {
/external/chromium_org/third_party/webrtc/tools/rtcbot/test/
H A Dwebrtc_video_streaming.js19 test.wait([
92 test.wait( [ test.spawnBot.bind(test, "alice"),
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c16 #include <sys/wait.h>
87 wait(&waitb);
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyRequestFuture.java122 wait(0);
124 wait(timeoutMs);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp81 cv.wait(lk);
95 cv.wait(lk);
H A Dwait_until_pred.pass.cpp92 cv.wait(lk);
106 cv.wait(lk);
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp84 cv.wait(lk);
98 cv.wait(lk);
H A Dwait_until_pred.pass.cpp96 cv.wait(lk);
110 cv.wait(lk);
/external/skia/src/utils/
H A DSkThreadUtils_pthread.cpp30 void PThreadEvent::wait() { function in class:PThreadEvent
62 pthreadData->fStarted.wait();
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c2 #include <sys/wait.h>
85 wait(&status);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitannouncer.py112 # User may have sent a keyboard interrupt during the wait.
115 wait = int(update_wait_seconds) << (attempts - 1)
116 if wait < 120:
117 _log.info('Waiting %s seconds' % wait)
119 _log.info('Waiting %s minutes' % (wait / 60))
120 time.sleep(wait)
/external/chromium_org/sandbox/win/src/
H A Dsync_policy_test.cc61 DWORD wait = ::WaitForSingleObject(event_create.Get(), 0); local
62 if (initial_state && WAIT_OBJECT_0 != wait)
65 if (!initial_state && WAIT_TIMEOUT != wait)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCPeerConnectionTest.mm146 [sdpObserver wait];
158 [sdpObserver wait];
169 [sdpObserver wait];
183 [sdpObserver wait];
190 [sdpObserver wait];
213 [sdpObserver wait];
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Devent.cpp77 // the wait list
81 // ...and wait on it.
82 sev->wait();
133 ev->wait();
205 // Create a hard event that depends on the events in the wait list:
232 // And wait on it.
233 hev->wait();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.cpp118 hard_event::wait() const { function in class:hard_event
169 soft_event::wait() const { function in class:soft_event
171 ev->wait();
/external/libcxx/test/thread/futures/futures.shared_future/
H A Dwait_until.pass.cpp58 f.wait();
74 f.wait();
90 f.wait();
/external/libcxx/test/thread/futures/futures.unique_future/
H A Dwait_until.pass.cpp58 f.wait();
74 f.wait();
90 f.wait();
/external/lldb/test/pexpect-2.4/examples/
H A Dchess2.py70 def wait (self, color): member in class:Chess
118 white.wait ('Black')
123 black.wait ('White')
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp77 // the wait list
81 // ...and wait on it.
82 sev->wait();
133 ev->wait();
205 // Create a hard event that depends on the events in the wait list:
232 // And wait on it.
233 hev->wait();
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp118 hard_event::wait() const { function in class:hard_event
169 soft_event::wait() const { function in class:soft_event
171 ev->wait();
/external/oprofile/daemon/
H A Dinit.c43 #include <sys/wait.h>
45 #include <wait.h>
299 wait(&child_status);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c343 if ((p_scb->wait & BTA_AV_WAIT_ROLE_SW_BITS) == 0)
346 p_scb->wait |= BTA_AV_WAIT_CHECK_RC;
770 APPL_TRACE_DEBUG("bta_av_switch_role wait:x%x", p_scb->wait);
771 if (p_scb->wait & BTA_AV_WAIT_ROLE_SW_RES_START)
772 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RETRY;
775 p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|BTA_AV_WAIT_ROLE_SW_RES_START);
781 p_scb->wait |= BTA_AV_WAIT_ROLE_SW_RES_OPEN;
802 p_scb->wait &= ~BTA_AV_WAIT_ROLE_SW_RETRY;
825 APPL_TRACE_DEBUG("bta_av_role_res q_tag:%d, wait
[all...]

Completed in 951 milliseconds

1234567891011>>