Searched refs:wait (Results 76 - 100 of 785) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dasyncresolverinterface.h32 virtual void Destroy(bool wait) = 0;
/external/compiler-rt/test/tsan/
H A Dfork_atexit.cc7 #include <sys/wait.h>
/external/kernel-headers/original/uapi/linux/
H A Ddlm_plock.h32 __u8 wait; member in struct:dlm_plock_info
/external/valgrind/main/drd/tests/
H A Dpth_barrier_race.stderr.exp2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
5 Conflicting wait call by thread 2:
/external/valgrind/main/gdbserver_tests/
H A Dfork_chain.c5 #include <sys/wait.h>
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.hpp50 /// wait() method.
67 virtual void wait() const = 0;
107 virtual void wait() const;
134 virtual void wait() const;
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc13 #include <sys/wait.h>
23 wait(NULL);
53 wait(NULL);
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc10 #include <sys/wait.h>
20 wait(NULL);
41 wait(NULL);
/external/libcxx/src/
H A Dshared_mutex.cpp27 __gate1_.wait(lk);
30 __gate2_.wait(lk);
60 __gate1_.wait(lk);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.hpp50 /// wait() method.
67 virtual void wait() const = 0;
107 virtual void wait() const;
134 virtual void wait() const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_query.c87 boolean wait,
104 if (!wait)
161 boolean b, wait; local
166 wait = (lp->render_cond_mode == PIPE_RENDER_COND_WAIT ||
169 b = pipe->get_query_result(pipe, lp->render_cond_query, wait, (void*)&result);
85 llvmpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, boolean wait, union pipe_query_result *vresult) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c87 boolean wait,
104 if (!wait)
161 boolean b, wait; local
166 wait = (lp->render_cond_mode == PIPE_RENDER_COND_WAIT ||
169 b = pipe->get_query_result(pipe, lp->render_cond_query, wait, (void*)&result);
85 llvmpipe_get_query_result(struct pipe_context *pipe, struct pipe_query *q, boolean wait, union pipe_query_result *vresult) argument
/external/llvm/lib/Support/
H A DGraphWriter.cpp83 StringRef Filename, bool wait,
86 if (wait) {
133 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, argument
136 wait &= !ViewBackground;
149 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
164 return ExecGraphViewer(ViewerPath, args, Filename, wait, ErrMsg);
197 if (ExecGraphViewer(GeneratorPath, args, Filename, wait, ErrMsg))
208 wait = false;
221 return ExecGraphViewer(ViewerPath, args, PSFilename, wait, ErrMsg);
231 // Dotty spawns another app and doesn't wait unti
82 ExecGraphViewer(StringRef ExecPath, std::vector<const char *> &args, StringRef Filename, bool wait, std::string &ErrMsg) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_query.c137 boolean wait,
146 if (wait) {
157 (!wait ? PIPE_TRANSFER_DONTBLOCK : 0));
185 boolean wait; local
190 wait = mode == PIPE_RENDER_COND_WAIT ||
193 if (r300_get_query_result(pipe, query, wait, &result)) {
135 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, boolean wait, union pipe_query_result *vresult) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c137 boolean wait,
146 if (wait) {
157 (!wait ? PIPE_TRANSFER_DONTBLOCK : 0));
185 boolean wait; local
190 wait = mode == PIPE_RENDER_COND_WAIT ||
193 if (r300_get_query_result(pipe, query, wait, &result)) {
135 r300_get_query_result(struct pipe_context* pipe, struct pipe_query* query, boolean wait, union pipe_query_result *vresult) argument
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c176 SDL_sem *wait; member in struct:__anon29428
201 SDL_SemPost(args->wait);
237 args->wait = SDL_CreateSemaphore(0);
238 if ( args->wait == NULL ) {
255 SDL_SemWait(args->wait);
262 SDL_DestroySemaphore(args->wait);
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dmonsoon_profiler.py22 mon = monsoon.Monsoon(wait=False)
77 if not self._is_collecting.wait(timeout=0.5):
88 monsoon.Monsoon(wait=False)
/external/llvm/test/MC/Mips/
H A Dmicromips-control-instructions.s25 # CHECK-EL: wait # encoding: [0x00,0x00,0x7c,0x93]
26 # CHECK-EL: wait 17 # encoding: [0x11,0x00,0x7c,0x93]
43 # CHECK-EB: wait # encoding: [0x00,0x00,0x93,0x7c]
44 # CHECK-EB: wait 17 # encoding: [0x00,0x11,0x93,0x7c]
59 wait
60 wait 17
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMonitorWaitAndWaitedDebuggee.java39 logWriter.println("--> Tested Thread invoke wait");
40 monitor.wait(TIMEOUT);
41 logWriter.println("--> Tested Thread invoked wait");
/external/chromium_org/base/process/
H A Dlaunch.cc10 : wait(false),
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeTestBase.java25 wait(5000);
/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests_unittest.cc8 #include <sys/wait.h>
/external/chromium_org/sandbox/win/src/
H A Dwin2k_threadpool.h38 // Returns the total number of wait objects associated with
43 // record to keep track of a wait and its associated cookie.
46 HANDLE wait; member in struct:sandbox::Win2kThreadPool::PoolObject
48 // The list of pool wait objects.
51 // This lock protects the list of pool wait objects.
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
H A DAsyncTestCase.java41 * @param timeoutMillis time to wait before failing the test for timing out
67 wait(timeoutMillis);
/external/chromium_org/third_party/mesa/
H A Dredirectoutput.py25 ret = subprocess.Popen([sys.executable] + sys.argv[2:], stdout=f).wait()

Completed in 1617 milliseconds

1234567891011>>