Searched refs:wait (Results 276 - 300 of 785) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DSuspendDebuggee.java47 waitTimeObject.wait(mlsecsTime);
97 ("--> SuspendDebuggee: Send signal to all threads to finish and wait...");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DResumeDebuggee.java49 waitTimeObject.wait(mlsecsTime);
103 ("--> ResumeDebuggee: Send signal to all threads to finish and wait...");
/external/blktrace/btt/
H A Diostat.c109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0;
139 sp->wait = sp->svctm = 0;
272 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->i_time,c_iop->t.time));
274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time));
/external/chromium_org/base/process/
H A Dkill_mac.cc10 #include <sys/wait.h>
36 // timeout, so this method is preferred to wait for a specified period of
61 // The fact that this function seemingly can be called to wait on a child
65 // to wait on a process that's not even a child is also a problem: kqueue will
132 DPLOG(ERROR) << "kevent (wait " << child << ")";
134 DLOG(ERROR) << "kevent (wait " << child << "): unexpected result "
144 DLOG(ERROR) << "kevent (wait " << child
161 // wait for long, if at all.
/external/chromium_org/build/android/pylib/
H A Dscreenshot.py75 self._recorder.wait()
/external/chromium_org/build/android/pylib/utils/
H A Dreraiser_thread_unittest.py85 event.wait()
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DChildProcessService.java137 mMainThread.wait();
146 mMainThread.wait();
192 mMainThread.wait();
231 mMainThread.wait();
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.cc285 bool wait = false; local
291 wait = SUCCEEDED(reader_->Flush(
293 if (!wait) {
303 // do not wait at all after getting MEVideoCaptureDeviceRemoved event.
305 if (wait)
/external/chromium_org/sandbox/linux/services/
H A Dinit_process_reaper.cc11 #include <sys/wait.h>
44 // The disposition for SIGCHLD cannot be SIG_IGN or wait() will only return
83 // The child needs to wait for the parent to run the callback to avoid a
H A Dscoped_process.cc12 #include <sys/wait.h>
82 // WNOWAIT to make sure that the destructor can wait on the child.
85 PCHECK(0 == ret) << "Did something else wait on the child?";
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DHAREntry.js137 return {blocked: -1, dns: -1, connect: -1, send: 0, wait: 0, receive: 0, ssl: -1};
159 var wait = timing.receiveHeadersEnd - timing.sendEnd; variable
166 return {blocked: blocked, dns: dns, connect: connect, send: send, wait: wait, receive: receive, ssl: ssl};
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPrimitives.h136 void wait(MutexBase&);
149 // Returns an interval in milliseconds suitable for passing to one of the Win32 wait functions (e.g., ::WaitForSingleObject).
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py95 self._child_process.wait()
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_two_shared_relros.cpp16 #include <sys/wait.h>
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c763 m_dup1(struct mbuf *m, int off, int len, int wait) argument
776 m_clget(n, wait); /* TODO: include code for copying the header */
777 m_dup_pkthdr(n, m, wait);
779 m_clget(n, wait);
782 n = m_gethdr(wait, m->m_type);
784 n = m_get(wait, m->m_type);
789 if (copyhdr && !m_dup_pkthdr(n, m, wait)) {
980 * The wait parameter is a choice of M_TRYWAIT/M_NOWAIT from caller.
986 m_copym(struct mbuf *m, int off0, int len, int wait) argument
1013 MGETHDR(n, wait,
1107 m_tag_alloc(u_int32_t cookie, int type, int len, int wait) argument
1355 m_split(struct mbuf *m0, int len0, int wait) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.h57 // SignalWorkDone will not be signalled. If wait is true, does not return
59 void Destroy(bool wait);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.h69 virtual int WaitForFirstKeyFrame(const int video_channel, const bool wait);
/external/chromium_org/tools/profile_chrome/
H A Dsystrace_controller.py73 self._done.wait(_SYSTRACE_INTERVAL)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Diprofiler_profiler.py56 self._proc.wait()
H A Dsample_profiler.py34 exit_code = self._proc.wait()
H A Dwin_pgo_profiler.py68 ).wait()
/external/chromium_org/v8/tools/
H A Dandroid-run.py58 exit_code = process.wait()
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c69 pid_t deadchild = wait(&status);
71 printf("wait got %d instead of %d\n", deadchild, child);
/external/libnfc-nci/src/include/
H A DNfcAdaptation.h46 void wait();
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-pipe.c23 #include <sys/wait.h>

Completed in 713 milliseconds

<<11121314151617181920>>