Home
last modified time | relevance | path

Searched refs:waitpid (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/freebsd/tools/test/stress2/misc/
H A Dmsdos8.sh149 if (waitpid(pids[i], &status, 0) == -1)
H A Dsigreturn4.sh193 waitpid(pid, NULL, 0);
H A Dfcntl2.sh184 if (waitpid(pids[i], &status, 0) == -1)
H A Dnfs15.sh206 if (waitpid(pids[i], &status, 0) != pids[i])
H A Dnfs16.sh190 if (waitpid(pids[i], &status, 0) != pids[i])
H A Dpfl.sh180 if (waitpid(pids[j], &s, 0) == -1)
H A Dindir.sh187 if (waitpid(pids[i], &status, 0) == -1)
H A Drename14.sh188 if (waitpid(pids[i], &status, 0) == -1)
H A Dsendfile3.sh203 waitpid(pid, NULL, 0);
H A Dsendmsg.sh218 waitpid(pids[i], &status, 0);
H A Dfullpath2.sh208 if (waitpid(pid, NULL, 0) != pid)
H A Dmmap19.sh229 if (waitpid(pids[j], &status, 0) != pids[j])
H A Dnfsdepth.sh234 waitpid(pids[i], &status, 0);
/freebsd/tools/regression/sysvshm/
H A Dshmtest.c185 if (waitpid(child_pid, &cstatus, 0) != child_pid) in sigchld_handler()
/freebsd/lib/libproc/
H A Dproc_bkpt.c83 } else if (waitpid(proc_getpid(phdl), &status, WSTOPPED) == -1) { in proc_stop()
/freebsd/usr.bin/apply/
H A Dapply.c233 pid = waitpid(pid, &pstat, 0); in exec_shell()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c133 while (waitpid(pid, &stat, __WCLONE) != pid) in ATF_TC_BODY()
H A Dt_nanosleep.c251 } while (waitpid(pid, &sta, WNOHANG) == 0); in ATF_TC_BODY()
/freebsd/crypto/openssh/openbsd-compat/
H A DMakefile.in89 bsd-waitpid.o \
/freebsd/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c197 if (waitpid(child, &status, 0) < 0) in main()
/freebsd/tests/sys/kern/
H A Dkern_descrip_test.c131 ATF_REQUIRE_EQ_MSG(0, waitpid(-1, NULL, WNOHANG), in openfiles()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c163 ATF_REQUIRE_EQ(waitpid(pid, &status, 0), pid); in run_pfctl_test()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp70 ::pid_t wpid = llvm::sys::RetryAfterSignal(-1, ::waitpid, pid, &wstatus, 0); in Launch()
749 llvm::sys::RetryAfterSignal(-1, waitpid, GetID(), &status, WNOHANG); in SigchldHandler()
835 if ((wstatus = llvm::sys::RetryAfterSignal(-1, waitpid, m_pid, nullptr, 0)) < in Attach()
972 llvm::sys::RetryAfterSignal(-1, ::waitpid, child_pid, &status, 0); in MonitorClone()
/freebsd/usr.bin/truss/
H A Dsetup.c162 if (waitpid(pid, NULL, 0) < 0) in setup_and_wait()
184 if (waitpid(pid, NULL, 0) < 0) in start_tracing()
214 if (waitpid(pid, &status, 0) < 0) in detach_proc()
/freebsd/crypto/openssh/
H A Dsandbox-systrace.c134 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()

1...<<11121314151617181920