Searched refs:wait (Results 151 - 175 of 785) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/page_sets/
H A Dgarbage_collection_cases.py5 from telemetry.page.actions.wait import *
/external/chromium_org/tools/symsrc/
H A Dsource_index.py72 res = srctool.wait()
85 res = srctool.wait()
106 res = srctool.wait()
124 res = srctool.wait()
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_device.py36 m = monsoon.Monsoon(wait=False)
/external/chromium_org/v8/tools/
H A Drun-valgrind.py49 code = process.wait();
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cc14 #include <sys/wait.h>
/external/junit/src/junit/extensions/
H A DActiveTestSuite.java59 wait();
/external/libcxx/test/thread/thread.condition/
H A Dnotify_all_at_thread_exit.pass.cpp39 cv.wait(lk);
/external/libunwind/src/coredump/
H A D_UCD_lib.h46 #include <sys/wait.h>
/external/llvm/lib/Support/Unix/
H A DUnix.h47 # include <sys/wait.h>
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dtrace.c26 #include <sys/wait.h>
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c67 boolean wait,
65 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, union pipe_query_result *vresult) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c159 boolean wait,
204 boolean b, wait; local
211 wait = (sp->render_cond_mode == PIPE_RENDER_COND_WAIT ||
214 b = pipe->get_query_result(pipe, sp->render_cond_query, wait,
157 softpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, boolean wait, union pipe_query_result *vresult) argument
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_systhread.c29 #include <sys/wait.h>
/external/skia/include/utils/
H A DSkThreadPool.h60 void wait();
69 kRunning_State, // Normal case. We've been constructed and no one has called wait().
70 kWaiting_State, // wait has been called, but there still might be work to do or being done.
102 this->wait();
155 void SkTThreadPool<T>::wait() { function in class:SkTThreadPool
176 // We have to be holding the lock to read the queue and to call wait.
190 // wait yields the lock while waiting, but will have it again when awoken.
191 pool->fReady.wait();
193 // We've got the lock back here, no matter if we ran wait or not.
/external/skia/src/utils/
H A DSkCondVar.cpp46 void SkCondVar::wait() { function in class:SkCondVar
/external/strace/test/
H A Dchildthread.c14 #include <sys/wait.h>
H A Dleaderkill.c14 #include <sys/wait.h>
/external/valgrind/main/drd/tests/
H A Dthreaded-fork.c4 #include <sys/wait.h>
/external/valgrind/main/memcheck/tests/linux/
H A Dstack_switch.c12 #include <sys/wait.h>
/external/valgrind/main/none/tests/
H A Dsyscall-restart1.c5 #include <sys/wait.h>
H A Dsyscall-restart2.c5 #include <sys/wait.h>
H A Dthreaded-fork.c2 #include <sys/wait.h>
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DThreadGroupDebuggee.java62 waitTimeObject.wait(mlsecsTime);
77 waitForStart.wait();
119 logWriter.println(getName() + ": wait for SGNL_CONTINUE");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllThreadsDebuggee.java51 waitTimeObject.wait(mlsecsTime);
69 waitForStart.wait();
107 logWriter.println(getName() + ": wait for SGNL_CONTINUE");
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DCoroutineManager.java94 * <p>(Two possible approaches: wait-notify based and queue-based. Some
135 * wait-to-be-resumed), and the weight issue could be managed by
216 * run-up... eg, start the coroutine with a wait.
235 wait();
266 // We expect these values to be overwritten during the notify()/wait()
277 wait();
335 // We expect these values to be overwritten during the notify()/wait()

Completed in 937 milliseconds

1234567891011>>