Symbol: wait3
bin/sh/jobs.c
1186
pid = wait3(&status, wflags, (struct rusage *)NULL);
games/sail/pl_1.c
136
pid = wait3(&status, WNOHANG, (struct rusage *)0);
libexec/comsat/comsat.c
109
while (wait3(NULL, WNOHANG, NULL) > 0);
sbin/hammer2/cmd_info.c
236
pid = wait3(NULL, 0, NULL);
sbin/nfsd/nfsd.c
774
while ((pid = wait3(NULL, WNOHANG, NULL)) > 0) {
sbin/nfsiod/nfsiod.c
153
while (wait3(NULL, WNOHANG, NULL) > 0)
sbin/rconfig/server.c
136
while (wait3(NULL, WNOHANG, NULL) > 0)
sbin/svc/execute.c
264
pid = wait3(&status, 0, NULL);
sbin/svc/execute.c
267
pid = wait3(&status, WNOHANG, NULL);
sys/sys/wait.h
160
pid_t wait3(int *, int, struct rusage *);
test/sysperf/exec1.c
85
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr1.c
48
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr2.c
61
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr3.c
63
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/loop900k.c
72
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/pipe900k.c
100
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/sleep900k.c
72
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/syscall1.c
46
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/syscall2.c
93
while (wait3(NULL, 0, NULL) > 0 || errno == EINTR)
test/sysperf/umtx1.c
42
while (wait3(&status, 0, NULL) <= 0 || errno == EINTR)
usr.bin/dsynth/build.c
2723
wpid = wait3(&status, WNOHANG, NULL);
usr.bin/dsynth/build.c
2883
while (wait3(&status, 0, NULL) > 0)
usr.bin/dsynth/build.c
2901
while (wait3(&status, 0, NULL) > 0)
usr.bin/window/wwchild.c
52
wait3(&status, WNOHANG|WUNTRACED, (struct rusage *)0)) > 0) {
usr.sbin/cron/cron/cron.c
383
pid = wait3(&waiter, WNOHANG, NULL);
usr.sbin/inetd/inetd.c
881
pid = wait3(&status, WNOHANG, NULL);
usr.sbin/lpr/lpd/lpd.c
418
while (wait3(&status, WNOHANG, 0) > 0)
usr.sbin/lpr/lpd/printjob.c
772
wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid)
usr.sbin/rpc.ypupdated/ypupdated_main.c
171
while (wait3(&status, WNOHANG, NULL) > 0)
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
176
while (wait3(&status, WNOHANG, NULL) > 0)
usr.sbin/rpcbind/rpcbind.c
758
while (wait3(NULL, WNOHANG, NULL) > 0)
usr.sbin/syslogd/syslogd.c
1386
while ((pid = wait3(&status, WNOHANG, NULL)) > 0) {
usr.sbin/syslogd/syslogd.c
2121
while ((pid = wait3(&status, 0, NULL)) != -1) {
usr.sbin/ypbind/ypbind.c
347
while (wait3(&st, WNOHANG, NULL) > 0)
usr.sbin/ypserv/yp_main.c
186
while (wait3(&status, WNOHANG, NULL) > 0)