Searched refs:wait (Results 1 - 25 of 30) sorted by relevance
12
/bind-9.11.3/bin/pkcs11/ |
H A D | pkcs11-destroy.c | 45 * [-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 D | utils.hpp | 47 void wait(const pid_t, const int, const std::string&, const std::string&);
|
H A D | utils.cpp | 96 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
|
H A D | utils_test.cpp | 30 #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 D | tests.cpp | 36 #include <sys/wait.h>
|
/bind-9.11.3/lib/isc/win32/ |
H A D | condition.c | 41 * 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 D | test_helpers.hpp | 105 const atf::process::status s = c.wait();
|
H A D | process.hpp | 210 status wait(void);
|
H A D | process.cpp | 302 impl::child::wait(void) function in class:impl::child
|
H A D | fs.cpp | 37 #include <sys/wait.h>
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | process.cpp | 32 #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 D | process.hpp | 238 status wait(void); 304 return c.wait();
|
H A D | signals_test.cpp | 253 const tools::process::status s = c.wait();
|
H A D | io_test.cpp | 32 #include <sys/wait.h>
|
H A D | test-program.cpp | 665 const tools::process::status status = child.wait(); 777 tools::process::status status = child.wait();
|
/bind-9.11.3/contrib/queryperf/ |
H A D | queryperf.c | 1715 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 D | sanity_test.c | 33 #include <sys/wait.h>
|
H A D | process.c | 29 #include <sys/wait.h>
|
H A D | fs.c | 36 #include <sys/wait.h>
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | check.c | 28 #include <sys/wait.h>
|
H A D | utils.c | 29 #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 D | utils_test.c | 29 #include <sys/wait.h>
|
/bind-9.11.3/unit/atf-src/test-programs/ |
H A D | c_helpers.c | 27 #include <sys/wait.h>
|
/bind-9.11.3/lib/tests/ |
H A D | t_api.c | 26 #include <sys/wait.h>
|
/bind-9.11.3/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 28 #include <sys/wait.h>
|
Completed in 1820 milliseconds
12