| /dragonfly/contrib/tcsh-6/ |
| HD | sh.proc.c | 184 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 193 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 197 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 204 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild() 211 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild() 214 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild() 223 pid = wait3(&w.w_status, WNOHANG, 0); in pchild() 226 pid = wait3(&w, WNOHANG, &ru); in pchild() 228 pid = wait3(&w.w_status, WNOHANG, &ru); in pchild() [all …]
|
| HD | tc.wait.h | 140 # ifndef WNOHANG 141 # define WNOHANG 1 /* dont hang in wait */ macro
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | gdb_wait.h | 101 #ifndef WNOHANG 102 #define WNOHANG 1 /* Don't block waiting. */ macro
|
| /dragonfly/usr.bin/window/ |
| HD | wwchild.c | 52 wait3(&status, WNOHANG|WUNTRACED, (struct rusage *)0)) > 0) { in wwchild()
|
| /dragonfly/games/sail/ |
| HD | pl_1.c | 136 pid = wait3(&status, WNOHANG, (struct rusage *)0); in child()
|
| /dragonfly/usr.sbin/rpc.statd/ |
| HD | statd.c | 123 pid = wait4(-1, &status, WNOHANG, NULL); in handle_sigchld()
|
| /dragonfly/sbin/nfsiod/ |
| HD | nfsiod.c | 153 while (wait3(NULL, WNOHANG, NULL) > 0) in reapchild()
|
| /dragonfly/usr.sbin/cron/cron/ |
| HD | cron.c | 382 pid = waitpid(-1, &waiter, WNOHANG); 384 pid = wait3(&waiter, WNOHANG, NULL);
|
| /dragonfly/sys/sys/ |
| HD | wait.h | 78 #define WNOHANG 0x0001 /* don't hang in wait */ macro
|
| /dragonfly/usr.bin/calendar/ |
| HD | calendar.c | 377 deadkid = waitpid(-1, &kidstat, WNOHANG); in main() 411 deadkid = waitpid(-1, &kidstat, WNOHANG); in main()
|
| /dragonfly/usr.bin/truss/ |
| HD | setup.c | 105 if (waitpid(pid, NULL, WNOHANG) != 0) { in setup_and_wait()
|
| /dragonfly/libexec/rpc.rwalld/ |
| HD | rwalld.c | 136 while(wait4(-1, NULL, WNOHANG, NULL) > 0) in killkids()
|
| /dragonfly/contrib/lvm2/dist/test/ |
| HD | harness.c | 104 while ((w = waitpid(pid, &st, WNOHANG)) == 0) { in run()
|
| /dragonfly/contrib/lvm2/dist/daemons/cmirrord/ |
| HD | clogd.c | 200 while (!waitpid(pid, &status, WNOHANG) && !exit_now); in daemonize()
|
| /dragonfly/usr.sbin/rpc.ypupdated/ |
| HD | ypupdated_main.c | 171 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
| /dragonfly/usr.sbin/rpc.ypxfrd/ |
| HD | ypxfrd_main.c | 176 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
| /dragonfly/usr.sbin/hotplugd/ |
| HD | hotplugd.c | 216 while ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) != 0) { in sigchild()
|
| /dragonfly/libexec/comsat/ |
| HD | comsat.c | 109 while (wait3(NULL, WNOHANG, NULL) > 0); in reapchildren()
|
| /dragonfly/usr.bin/timeout/ |
| HD | timeout.c | 301 while ((cpid = waitpid(-1, &status, WNOHANG)) != 0) { in main()
|
| /dragonfly/contrib/lvm2/dist/tools/ |
| HD | polldaemon.c | 25 while (wait4(-1, NULL, WNOHANG | WUNTRACED, NULL) > 0) ; in _sigchld_handler()
|
| /dragonfly/usr.sbin/ypserv/ |
| HD | yp_main.c | 186 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
| /dragonfly/sbin/rconfig/ |
| HD | server.c | 136 while (wait3(NULL, WNOHANG, NULL) > 0) in server_chld_exit()
|
| /dragonfly/usr.bin/mail/ |
| HD | popen.c | 314 while ((pid = waitpid((pid_t)-1, &status, WNOHANG)) > 0) { in sigchild()
|
| /dragonfly/sbin/init/ |
| HD | init.c | 740 while (waitpid(-1, NULL, WNOHANG) > 0) in f_single_user() 821 while (waitpid(-1, NULL, WNOHANG) > 0) in f_runcom() 1643 while (waitpid(-1, NULL, WNOHANG) > 0) in runshutdown()
|
| /dragonfly/usr.sbin/autofs/ |
| HD | automountd.c | 393 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
|