Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h105 #ifndef WUNTRACED
106 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/dragonfly/contrib/tcsh-6/
H A Dtc.wait.h144 # ifndef WUNTRACED
145 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
H A Dsh.proc.c184 (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()
235 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
240 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
259 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
/dragonfly/sys/sys/
H A Dwait.h79 #define WUNTRACED 0x0002 /* tell about stopped, untraced children */ macro
81 #define WSTOPPED WUNTRACED
/dragonfly/usr.bin/window/
H A Dwwchild.c52 wait3(&status, WNOHANG|WUNTRACED, (struct rusage *)0)) > 0) { in wwchild()
/dragonfly/initrd/oinit/
H A Doinit.c131 wpid = waitpid(-1, &status, WUNTRACED); in runcom()
/dragonfly/test/lockf/
H A Dlockf.c175 if (waitpid(pid[i], &status, WUNTRACED) < 0) in main()
/dragonfly/sys/kern/
H A Dkern_exit.c1016 if (options &~ (WUNTRACED|WNOHANG|WCONTINUED|WLINUXCLONE|WSTOPPED| in kern_wait()
1020 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait()
1357 (options & WUNTRACED) == 0)) { in kern_wait()
/dragonfly/contrib/lvm2/dist/tools/
H A Dpolldaemon.c25 while (wait4(-1, NULL, WNOHANG | WUNTRACED, NULL) > 0) ; in _sigchld_handler()
/dragonfly/sbin/init/
H A Dinit.c747 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in f_single_user()
832 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in f_runcom()
1661 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
/dragonfly/usr.bin/rpcgen/
H A Drpc_scan.c161 waitpid(childpid, &stat, WUNTRACED); in get_token()
/dragonfly/usr.bin/su/
H A Dsu.c443 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
/dragonfly/lib/libutil/
H A Dpw_util.c319 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
/dragonfly/contrib/lvm2/dist/lib/device/
H A Ddev-io.c35 # undef WUNTRACED /* Avoid redefinition */
/dragonfly/contrib/mdocml/
H A Dmain.c1259 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
/dragonfly/bin/sh/
H A Djobs.c1180 wflags = WUNTRACED | WCONTINUED; in dowait()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c772 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()
/dragonfly/contrib/bmake/
H A Djob.c2022 while ((pid = waitpid((pid_t)-1, &status, WNOHANG | WUNTRACED)) > 0) { in Job_CatchChildren()
/dragonfly/crypto/openssh/
H A Dscp.c209 while (waitpid(pid, &status, WUNTRACED) == -1 && in suspone()
H A Dsftp.c241 while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR) in suspchild()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c2360 int w = waitpid (0, &status, WUNTRACED | WCONTINUED); in wait_for_child()