Searched refs:wait (Results 1 - 25 of 30) sorted by relevance

12

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-destroy.c45 * [-p $pin] [ -w $wait ]
88 unsigned int id = 0, i = 0, wait = 5; local
115 wait = atoi(isc_commandline_argument);
233 if (wait != 0) {
235 "Destroying key objects in %d seconds\n ", wait);
236 for (i = 0; i < wait; i++) {
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils.hpp47 void wait(const pid_t, const int, const std::string&, const std::string&);
H A Dutils.cpp96 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
H A Dutils_test.cpp30 #include <sys/wait.h>
338 atf::utils::wait(pid, exitstatus, expout, experr);
374 atf::utils::wait(child, 50, "Child output\n", "Child error\n");
378 atf::utils::wait(parent, 40,
H A Dtests.cpp36 #include <sys/wait.h>
/bind-9.11.3/lib/isc/win32/
H A Dcondition.c41 * for the wait condition
190 * we are waiting we need to release it and reacquire it as soon as the wait
194 * result of the wait. Note that EnterCriticalSection will wait to acquire
198 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
204 * Get the thread events needed for the wait
228 return (wait(cond, mutex, INFINITE));
249 return (wait(cond, mutex, milliseconds));
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp105 const atf::process::status s = c.wait();
H A Dprocess.hpp210 status wait(void);
H A Dprocess.cpp302 impl::child::wait(void) function in class:impl::child
H A Dfs.cpp37 #include <sys/wait.h>
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.cpp32 #include <sys/wait.h>
428 (void)wait();
438 impl::child::wait(void) function in class:impl::child
443 throw system_error(IMPL_NAME "::child::wait", "Failed waiting for "
H A Dprocess.hpp238 status wait(void);
304 return c.wait();
H A Dsignals_test.cpp253 const tools::process::status s = c.wait();
H A Dio_test.cpp32 #include <sys/wait.h>
H A Dtest-program.cpp665 const tools::process::status status = child.wait();
777 tools::process::status status = child.wait();
/bind-9.11.3/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...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dsanity_test.c33 #include <sys/wait.h>
H A Dprocess.c29 #include <sys/wait.h>
H A Dfs.c36 #include <sys/wait.h>
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c28 #include <sys/wait.h>
H A Dutils.c29 #include <sys/wait.h>
44 /** Allocate a filename to be used by atf_utils_{fork,wait}.
246 * Use the atf_utils_wait() function to wait for the completion of the spawned
H A Dutils_test.c29 #include <sys/wait.h>
/bind-9.11.3/unit/atf-src/test-programs/
H A Dc_helpers.c27 #include <sys/wait.h>
/bind-9.11.3/lib/tests/
H A Dt_api.c26 #include <sys/wait.h>
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp28 #include <sys/wait.h>

Completed in 1820 milliseconds

12