Searched refs:wait (Results 1 - 25 of 26) sorted by relevance
12
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | utils.hpp | 51 void wait(const pid_t, const int, const std::string&, const std::string&);
|
H A D | utils.cpp | 100 atf::utils::wait(const pid_t pid, const int exitstatus, function in class:atf::utils
|
H A D | utils_test.cpp | 32 #include <sys/wait.h> 337 atf::utils::wait(pid, exitstatus, expout, experr);
|
H A D | tests.cpp | 34 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | condition.c | 50 * 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 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.6-ESV-R11/contrib/nslint-2.1a3/lbl/ |
H A D | os-sunos4.h | 196 int wait(int *);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | sanity_test.c | 35 #include <sys/wait.h>
|
H A D | process.c | 31 #include <sys/wait.h>
|
H A D | fs.c | 38 #include <sys/wait.h>
|
H A D | process_test.c | 33 #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 D | process.hpp | 215 status wait(void);
|
H A D | test_helpers.hpp | 120 const atf::process::status s = c.wait();
|
H A D | process.cpp | 306 impl::child::wait(void) function in class:impl::child
|
H A D | fs.cpp | 39 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | signals_test.cpp | 255 const atf::process::status s = c.wait();
|
H A D | io_test.cpp | 32 #include <sys/wait.h>
|
H A D | test-program.cpp | 665 const atf::process::status status = child.wait(); 777 atf::process::status status = child.wait();
|
H A D | atf-run.cpp | 38 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 33 #include <sys/wait.h> 222 * Use the atf_utils_wait() function to wait for the completion of the spawned
|
H A D | check.c | 30 #include <sys/wait.h>
|
H A D | utils_test.c | 31 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/unit/atf-src/test-programs/ |
H A D | c_helpers.c | 31 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/lib/tests/ |
H A D | t_api.c | 34 #include <sys/wait.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 32 #include <sys/wait.h>
|
Completed in 63 milliseconds
12