Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 167) sorted by relevance

1234567

/external/skia/src/core/
DSkSemaphore.cpp22 void wait() { semaphore_wait(fSemaphore); } in wait() function
39 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function
52 void wait() { in wait() function
DSkTaskGroup.cpp32 void SkTaskGroup::wait() { in wait() function in SkTaskGroup
/external/junit/src/main/java/junit/textui/
DTestRunner.java112 public TestResult doRun(Test suite, boolean wait) { in doRun()
125 protected void pause(boolean wait) { in pause()
189 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
/external/llvm/lib/Support/
DThreadPool.cpp75 void ThreadPool::wait() { in wait() function in ThreadPool
126 void ThreadPool::wait() { in wait() function in ThreadPool
DGraphWriter.cpp82 StringRef Filename, bool wait, in ExecGraphViewer()
135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c87 boolean wait, in llvmpipe_get_query_result()
161 boolean b, wait; in llvmpipe_check_render_cond() local
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.cpp118 hard_event::wait() const { in wait() function in hard_event
169 soft_event::wait() const { in wait() function in soft_event
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c137 boolean wait, in r300_get_query_result()
185 boolean wait; in r300_render_condition() local
/external/valgrind/drd/tests/
Dmonitor_example.cpp116 void wait() in wait() function in Monitor
195 void wait(const int state) in wait() function in StateVariable
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c159 boolean wait, in softpipe_get_query_result()
204 boolean b, wait; in softpipe_check_render_cond() local
/external/openssh/openbsd-compat/
Dbsd-nextstep.h43 #define wait(a) posix_wait(a) macro
/external/libchrome/base/process/
Dkill_posix.cc103 TimeDelta wait, in WaitForProcessesToExit()
124 TimeDelta wait, in CleanupProcesses()
Dprocess_posix.cc29 base::TimeDelta wait) { in WaitpidWithTimeout()
94 base::TimeDelta wait) { in WaitForSingleNonChildProcess()
/external/autotest/scheduler/
Ddrone_task_queue.py28 def execute(self, drones, wait=True): argument
/external/swiftshader/src/OpenGL/libEGL/
DSync.hpp42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DHandle.java30 public WaitResult wait(Core.HandleSignals signals, long deadline); in wait() method
/external/iptables/iptables/
Dxshared.c249 int xtables_lock(int wait, struct timeval *wait_interval) in xtables_lock()
296 int wait = -1; in parse_wait_time() local
/external/skia/include/private/
DSkSemaphore.h78 inline void SkBaseSemaphore::wait() { in wait() function
/external/openssh/contrib/redhat/
Dopenssh.spec573 - make initscript stop() function wait until sshd really dead to avoid function
/external/webrtc/talk/app/webrtc/objctests/
DRTCSessionDescriptionSyncObserver.m66 - (void)wait { method
/external/clang/test/CodeGenObjC/
Ddebug-info-crash.m6 - (void)wait { method
/external/autotest/server/hosts/
Dremote.py93 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): argument
110 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, wait=True, argument
/external/swiftshader/third_party/LLVM/lib/Support/
DGraphWriter.cpp54 void llvm::DisplayGraph(const sys::Path &Filename, bool wait, in DisplayGraph()
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
Dplatform.h46 pn80t_platform_wait_t *const wait; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_event.hpp96 void wait(Lock& lock) in wait() function in asio::detail::posix_event

1234567