Searched defs:wait (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.cpp100 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dcondition.c50 * for the wait condition
198 * we are waiting we need to release it and reacquire it as soon as the wait
202 * result of the wait. Note that EnterCriticalSection will wait to acquire
206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
212 * Get the thread events needed for the wait
236 return (wait(cond, mutex, INFINITE));
257 return (wait(cond, mutex, milliseconds));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp306 impl::child::wait(void) function in class:impl::child
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1715 data_available(double wait) { argument
1734 if ((wait > 0.0) && (wait < (double)LONG_MAX)) {
1735 tv.tv_sec = (long)floor(wait);
1736 tv.tv_usec = (long)(1000000.0 * (wait - floor(wait)));
1764 double wait; local
1783 wait = difftv(waituntil, now);
1784 if (wait <= 0)
1785 wait
[all...]

Completed in 16 milliseconds