Searched refs:wait (Results 101 - 125 of 785) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadUtils_pthread.h19 void wait();
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dwait.py22 wait=True, timeout_in_seconds=self.timeout_in_seconds)
H A Dpage_action.py33 wait=False, timeout_in_seconds=60):
60 wait: Whether to wait for the return value to be true.
61 timeout_in_seconds: The timeout for wait (if waiting).
106 if wait:
/external/compiler-rt/test/lsan/TestCases/
H A Dfork_threaded.cc10 #include <sys/wait.h>
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait.exception.pass.cpp48 cv.wait(mut);
H A Dnotify_all.pass.cpp37 cv.wait(lk);
47 cv.wait(lk);
/external/skia/src/utils/
H A DSkThreadUtils_pthread.h19 void wait();
/external/valgrind/main/gdbserver_tests/
H A Dclean_after_fork.c5 #include <sys/wait.h>
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DCurrentContendedMonitorDebuggee.java38 * invokes <code>wait()</code>.
56 waitForStart.wait();
98 CurrentContendedMonitorDebuggee.waitForStart.wait();
H A DInterruptDebuggee.java37 * in an invocation of the <code>wait()</code> method.
56 waitForStart.wait();
94 InterruptDebuggee.waitForInterrupt.wait();
100 logWriter.println(getName() + ": wait for SGNL_CONTINUE");
H A DStatus003Debuggee.java43 waitTimeObject.wait(mlsecsTime);
98 ("--> Thread: " + getName() + ": will wait " + mlsecTimeToSleep + " mlsecs");
103 ObjectForWait.wait(mlsecTimeToSleep);
H A DStatus004Debuggee.java43 waitTimeObject.wait(mlsecsTime);
97 ("--> Thread: " + getName() + ": will wait UNDEFINITELY");
102 ObjectForWait.wait();
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestThread.java85 mThreadReadyLock.wait();
132 lock.wait();
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpersistent_object_store.py26 [future.wait() for future in futures]
47 [future.wait() for future in futures]
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DCallbackHelper.java139 * In order to wait for a callback caused by X, the call count should be obtained
143 * will result in the corresponding wait call to resume execution. The call count
157 * This will wait for a callback to be called a specified number of times after
165 * currentCallCount was obtained) that we will wait for.
166 * @param timeout timeout value. We will wait the specified amount of time for a single
181 mLock.wait(unit.toMillis(timeout));
213 mLock.wait(unit.toMillis(timeout));
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DHandleBase.java65 * @see org.chromium.mojo.system.Handle#wait(HandleSignals, long)
68 public int wait(HandleSignals signals, long deadline) { method in class:HandleBase
69 return mCore.wait(this, signals, deadline);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c90 lp_scene_dequeue(struct lp_scene_queue *queue, boolean wait) argument
100 wait );
/external/chromium_org/third_party/skia/tools/
H A Dmerge_static_libs.py33 proc.wait()
38 proc.wait()
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.cc43 #include <sys/wait.h> // for wait()
130 wait(NULL); // we'll let the kids run one at a time
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.cc43 #include <sys/wait.h> // for wait()
130 wait(NULL); // we'll let the kids run one at a time
/external/fio/arch/
H A Darch-ppc.h7 #include <sys/wait.h>
102 pid = wait(&status);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dnotify_all.pass.cpp33 cv.wait(lk);
43 cv.wait(lk);
H A Dnotify_one.pass.cpp33 cv.wait(lk);
43 cv.wait(lk);
H A Dwait_for.pass.cpp66 cv.wait(lk);
80 cv.wait(lk);
H A Dwait_for_pred.pass.cpp74 cv.wait(lk);
88 cv.wait(lk);

Completed in 1097 milliseconds

1234567891011>>