Searched refs:WNOHANG (Results 26 - 50 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dclient.c291 waitpid(WAIT_ANY, &status, WNOHANG);
H A Dserver.c385 switch (pid = waitpid(WAIT_ANY, &status, WNOHANG|WUNTRACED)) {
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcoalesce.c372 if (waitpid(childpid, NULL, WNOHANG) == childpid)
/netbsd-6-1-5-RELEASE/usr.bin/script/
H A Dscript.c205 while ((pid = wait3(&status, WNOHANG, 0)) > 0)
/netbsd-6-1-5-RELEASE/tests/net/icmp/
H A Dt_ping.c409 if (waitpid(-1, &status, WNOHANG) > 0) {
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Drun.c547 pid = wait4(child, &status, WNOHANG, 0);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h259 #define WNOHANG 01 macro
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dcron.c518 pid = waitpid(-1, &waiter, WNOHANG);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dspu-low.c425 ret = waitpid (pid, &w, WNOHANG | __WALL | __WNOTHREAD);
H A Dnto-low.c576 waitpid (ptid_get_pid (ptid), &waitval, WNOHANG); local
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c394 while (waitpid(-1, &dummy, WNOHANG) > 0)
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Drpcbind.c581 while (wait3(NULL, WNOHANG, NULL) > 0)
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c604 while (wait3(NULL, WNOHANG, NULL) > 0)
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dpopen.c499 while ((pid = waitpid((pid_t)-1, &status, WNOHANG)) > 0) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_exit.c753 if (options & ~(WUNTRACED|WNOHANG|WALTSIG|WALLSIG)
832 ((options & WNOHANG) != 0 && dead == NULL)) {
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Djob.c1967 while ((pid = waitpid((pid_t) -1, &status, WNOHANG | WUNTRACED)) > 0) {
2191 rval = waitpid((pid_t) -1, &status, WNOHANG);
2673 while (waitpid((pid_t) -1, &foo, WNOHANG) > 0)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c34 # undef WNOHANG /* Avoid redefinition */ macro
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_cvt.c287 { OSF1_WNOHANG, OSF1_WNOHANG, WNOHANG },
/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dpuffs_portal.c100 while (waitpid(-1, NULL, WNOHANG) != -1)
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c716 res = waitpid(pid, &status, WNOHANG);
/netbsd-6-1-5-RELEASE/usr.bin/rlogin/
H A Drlogin.c411 pid = waitpid(-1, &status, WNOHANG|WUNTRACED);
/netbsd-6-1-5-RELEASE/usr.sbin/faithd/
H A Dfaithd.c671 while ((pid = wait3(&status, WNOHANG, (struct rusage *)0)) > 0)
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dlpd.c400 while (wait3((int *)&status, WNOHANG, 0) > 0)
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dproc.c88 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c758 while (waitpid(-1, NULL, WNOHANG) > 0)
860 while (waitpid(-1, NULL, WNOHANG) > 0)

Completed in 162 milliseconds

123