Home
last modified time | relevance | path

Searched refs:waitpid (Results 101 – 125 of 487) sorted by relevance

12345678910>>...20

/freebsd/tests/sys/kern/
H A Dkill_zombie.c53 pid = waitpid(child, &status, 0); in ATF_TC_BODY()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c89 while (waitpid(pid, &status, 0) != pid) {} in test_pdkill()
/freebsd/lib/csu/tests/
H A Dcxx_constructors.cc88 while ((wpid = waitpid(pid, &status, 0)) == -1 && in ATF_TEST_CASE_BODY()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller57.sh100 while (waitpid(-1, status, 0) != pid) {
185 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dbio.sh185 if (waitpid(pid, NULL, 0) != pid)
214 if (waitpid(pids[i], &status, 0) == -1)
H A Dsuj23.sh323 waitpid(gcorechild, &status, 0);
329 waitpid(sleepchild, &status, 0);
H A Dholdcnt0.sh248 waitpid(wpid[i], &s, 0);
253 waitpid(rpid[i], &s, 0);
H A Dholdcnt04.sh238 waitpid(wpid[i], &s, 0);
241 waitpid(rpid[i], &s, 0);
H A Dsendfile21.sh187 if (waitpid(pid, &status, 0) != pid)
231 if (waitpid(pid, &status, 0) == -1)
H A Dtcp3.sh232 waitpid(pid, NULL, 0);
279 if (waitpid(pids[i], &status, 0) == -1)
H A Dsendfile8.sh224 if (waitpid(pid, NULL, 0) != pid)
257 if (waitpid(pids[i], &status, 0) == -1)
H A Dsendfile9.sh223 if (waitpid(pid, NULL, 0) != pid)
256 if (waitpid(pids[i], &status, 0) == -1)
H A Dsyzkaller32.sh72 while (waitpid(-1, status, 0) != pid) {
246 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller58.sh57 while (waitpid(-1, status, 0) != pid) {
231 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller11.sh51 while (waitpid(-1, status, 0) != pid) {
233 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller14.sh62 while (waitpid(-1, status, 0) != pid) {
244 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
/freebsd/lib/libproc/
H A Dproc_create.c152 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach()
210 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
/freebsd/lib/libc/sys/
H A DMakefile.inc38 waitpid.c
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fexecve.c78 ATF_REQUIRE(waitpid(pid, &status, 0) != -1); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_fork.c93 waitpid(fork_pid, &status, 0); in ATF_TC_BODY()
/freebsd/lib/libulog/
H A Dulog_login_pseudo.c70 wpid = waitpid(pid, &status, 0); in ulog_exec_helper()
/freebsd/lib/libutil/tests/
H A Dforkpty_test.c46 (void)waitpid(pid, NULL, 0); in ATF_TC_BODY()
/freebsd/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c54 wpid = waitpid(pid, &status, 0); in vfork_test()
/freebsd/crypto/heimdal/kadmin/
H A Dkadm_conn.c99 while ((waitpid(-1, &status, WNOHANG)) > 0) in sigchld()
217 while ((waitpid(-1, &status, WNOHANG)) > 0) in wait_for_connection()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp175 DECLARE__REAL_AND_INTERNAL(uptr, waitpid, int pid, int *status, int options) { in DECLARE__REAL_AND_INTERNAL() argument
176 return _REAL(waitpid)(pid, status, options); in DECLARE__REAL_AND_INTERNAL()

12345678910>>...20