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

12

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.hpp51 void wait(const pid_t, const int, const std::string&, const std::string&);
H A Dutils.cpp100 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
H A Dutils_test.cpp32 #include <sys/wait.h>
337 atf::utils::wait(pid, exitstatus, expout, experr);
H A Dtests.cpp34 #include <sys/wait.h>
/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/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.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h196 int wait(int *);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity_test.c35 #include <sys/wait.h>
H A Dprocess.c31 #include <sys/wait.h>
H A Dfs.c38 #include <sys/wait.h>
H A Dprocess_test.c33 #include <sys/wait.h>
781 fprintf(stderr, "Child entering wait(2)\n");
783 fprintf(stderr, "Child's wait(2) terminated\n");
785 fprintf(stderr, "wait completed successfully (not interrupted)\n");
789 fprintf(stderr, "wait did not raise libc_error\n");
814 atf_tc_set_md_var(tc, "descr", "Tests the interruption of the wait "
836 /* Wait until the child process performs the wait call. This is
841 printf("Waiting for child to issue wait(2)\n");
847 printf("Interrupting child's wait(2) call\n");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp215 status wait(void);
H A Dtest_helpers.hpp120 const atf::process::status s = c.wait();
H A Dprocess.cpp306 impl::child::wait(void) function in class:impl::child
H A Dfs.cpp39 #include <sys/wait.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals_test.cpp255 const atf::process::status s = c.wait();
H A Dio_test.cpp32 #include <sys/wait.h>
H A Dtest-program.cpp665 const atf::process::status status = child.wait();
777 atf::process::status status = child.wait();
H A Datf-run.cpp38 #include <sys/wait.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c33 #include <sys/wait.h>
222 * Use the atf_utils_wait() function to wait for the completion of the spawned
H A Dcheck.c30 #include <sys/wait.h>
H A Dutils_test.c31 #include <sys/wait.h>
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c31 #include <sys/wait.h>
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c34 #include <sys/wait.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp32 #include <sys/wait.h>

Completed in 63 milliseconds

12