Home
last modified time | relevance | path

Searched refs:wait4 (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/tools/regression/bin/sh/builtins/
HDwait4.01 # $FreeBSD: head/bin/sh/tests/builtins/wait4.0 247206 2013-02-23 22:50:57Z jilles $
/dragonfly/contrib/lvm2/dist/lib/misc/
HDlvm-exec.c77 if (wait4(pid, &status, 0, NULL) != pid) { in exec_cmd()
/dragonfly/usr.sbin/rpc.statd/
HDstatd.c123 pid = wait4(-1, &status, WNOHANG, NULL); in handle_sigchld()
/dragonfly/contrib/bmake/
HDwait.h75 # define waitpid(pid, statusp, flags) wait4(pid, statusp, flags, (char *)0)
/dragonfly/usr.sbin/autofs/
HDautomountd.c391 pid = wait4(-1, &status, 0, NULL); in wait_for_children()
393 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
HDpopen.c171 pid = wait4(cur->pid, &status, 0, NULL); in auto_pclose()
/dragonfly/sys/sys/
HDwait.h163 pid_t wait4(pid_t, int *, int, struct rusage *);
HDsyscall.mk12 wait4.o \
HDsysunion.h21 struct wait_args wait4; member
/dragonfly/lib/libc_rtld/
HDMakefile32 socketpair.o wait4.o write.o writev.o
/dragonfly/libexec/rpc.rwalld/
HDrwalld.c136 while(wait4(-1, NULL, WNOHANG, NULL) > 0) in killkids()
/dragonfly/usr.sbin/installer/libaura/
HDpopen.c201 pid = wait4(cur->pid, &pstat, 0, (struct rusage *)0); in aura_pclose()
/dragonfly/usr.bin/time/
HDtime.c135 while (wait4(pid, &status, 0, &ru) != pid){ in main()
/dragonfly/contrib/smbfs/lib/smb/
HDsubr.c295 if (wait4(pid, (int *)&status, 0, NULL) != pid) { in safe_execv()
/dragonfly/contrib/lvm2/dist/tools/
HDpolldaemon.c25 while (wait4(-1, NULL, WNOHANG | WUNTRACED, NULL) > 0) ; in _sigchld_handler()
/dragonfly/usr.bin/dfregress/
HDuserland.c136 r_pid = wait4(pid, &status, 0, &tr->rusage); in run_userland()
/dragonfly/lib/libc/include/
HDnamespace.h236 #define wait4 _wait4 macro
HDun-namespace.h217 #undef wait4
/dragonfly/lib/libthread_xu/
HDpthread.map360 wait4;
/dragonfly/lib/libc/sys/
HDMakefile.inc242 wait.2 wait4.2 \
HDSymbol.map305 wait4;
/dragonfly/contrib/gdb-7/libiberty/
HDpex-unix.c136 ret = wait4 (pid, status, 0, &r); in pex_wait()
/dragonfly/contrib/gcc-8.0/libiberty/
HDpex-unix.c136 ret = wait4 (pid, status, 0, &r); in pex_wait()
/dragonfly/contrib/binutils-2.27/libiberty/
HDpex-unix.c137 ret = wait4 (pid, status, 0, &r); in pex_wait()
/dragonfly/contrib/gcc-4.7/libiberty/
HDpex-unix.c134 ret = wait4 (pid, status, 0, &r); in pex_wait()

12