Home
last modified time | relevance | path

Searched refs:waitpid (Results 76 – 100 of 487) sorted by relevance

12345678910>>...20

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller13.sh104 while (waitpid(-1, status, 0) != pid) {
184 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dmkfifo5.sh181 if (waitpid(pid, &status, 0) != pid)
208 if (waitpid(pids[i], &status, 0) == -1)
H A Dexlock2.sh184 if (waitpid(pid2, &status, 0) != pid2)
194 if (waitpid(pid1, &status, 0) != pid1)
H A Dsendfile16.sh152 if (waitpid(child, &status, 0) != child)
208 if (waitpid(pids[i], &status, 0) == -1)
H A Dsendfile23.sh151 if (waitpid(pid, &status, 0) != pid)
195 if (waitpid(pid, &status, 0) == -1)
H A Dsocketpair4.sh148 if (waitpid(pid, &status, 0) != pid)
196 if (waitpid(pid, &status, 0) == -1)
H A Dsendfile15.sh153 if (waitpid(child, &status, 0) != child)
204 if (waitpid(pids[i], &status, 0) == -1)
H A Dholdcnt02.sh229 waitpid(wpid[i], &s, 0);
232 waitpid(rpid[i], &s, 0);
H A Dholdcnt03.sh228 waitpid(wpid[i], &s, 0);
231 waitpid(rpid[i], &s, 0);
H A Dtcp4.sh194 if (waitpid(pid, NULL, 0) != pid)
226 if (waitpid(pid[i], NULL, 0) != pid[i])
H A Dholdcnt05.sh237 waitpid(wpid[i], &s, 0);
242 waitpid(rpid[i], &s, 0);
H A Dsendfile17.sh157 if (waitpid(child, &status, 0) != child)
211 if (waitpid(pids[i], &status, 0) == -1)
H A Dsetsockopt2.sh166 if (waitpid(pid, NULL, 0) != pid)
198 if (waitpid(pids[i], &status, 0) == -1)
/freebsd/lib/libproc/
H A Dproc_util.c98 waitpid(pid, &status, WUNTRACED); in proc_detach()
156 if (waitpid(proc_getpid(phdl), &status, WUNTRACED) < 0) { in proc_wstatus()
/freebsd/sbin/init/
H A Dinit.c963 while (waitpid(-1, (int *) 0, WNOHANG) > 0) in single_user()
970 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user()
1128 while (waitpid(-1, (int *) 0, WNOHANG) > 0) in run_script()
1139 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script()
1436 waitpid(-1, &status, 0); in start_window_system()
1741 if ((pid = waitpid(-1, (int *) 0, 0)) != -1) in multi_user()
1914 if ((pid = waitpid(-1, (int *)0, 0)) != -1) in death_single()
1984 while (waitpid(-1, (int *) 0, WNOHANG) > 0) in runshutdown()
2001 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
2152 while ((other_pid = waitpid(-1, NULL, 0)) != pid && other_pid > 0) { in runfinal()
/freebsd/lib/libc/sys/
H A Dwaitpid.c49 __weak_reference(__waitpid, waitpid);
/freebsd/contrib/kyua/utils/process/
H A Dsystem.cpp59 pid_t (*detail::syscall_waitpid)(const pid_t, int*, const int) = ::waitpid;
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) in waitpid() function
H A Dbsd-waitpid.h46 pid_t waitpid(int, int *, int);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.gcc.c43 (void) waitpid(pid, NULL, 0); in go()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lockf.c174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
187 waitpid(pid[i], &status, 0); in ATF_TC_BODY()
/freebsd/usr.sbin/boottrace/
H A Dboottrace.c65 waitpid(pid, &status, 0); in main()
/freebsd/contrib/capsicum-test/
H A Dwaittest.c33 pid_t child = waitpid(-1, &rc, WNOHANG); in main()
/freebsd/contrib/tcsh/
H A Dmi.wait.h42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SystemZ/
H A DzOSSupport.h32 pid_t Result = waitpid(pid, wstatus, options); in wait4()

12345678910>>...20