Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_wait_noproc.c98 ATF_TC(wait4);
99 ATF_TC_HEAD(wait4, tc) in ATF_TC_HEAD() argument
106 ATF_TC_BODY(wait4, tc) in ATF_TC_BODY() argument
109 wait4(WAIT_ANY, NULL, TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY()
298 wait4(WAIT_ANY, NULL, o | TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY()
332 ATF_TP_ADD_TC(tp, wait4); in ATF_TP_ADD_TCS()
/freebsd-13-stable/lib/libc/sys/
HDwait4.c39 #pragma weak wait4 macro
41 wait4(pid_t pid, int *status, int options, struct rusage *ru) in wait4() function
HDinterposing_table.c69 SLOT(wait4, __sys_wait4),
HDMakefile.inc94 wait4 \
510 wait.2 wait4.2 \
/freebsd-13-stable/contrib/capsicum-test/
HDsmoketest.c93 rc = wait4(-1, &status, WNOHANG, NULL); in main()
122 rc = wait4(child, &status, 0, NULL); in main()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDbsd-waitpid.c46 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDProgram.inc356 static pid_t(wait4)(pid_t pid, int *status, int options, struct rusage *usage);
358 using ::wait4;
366 extern "C" pid_t(wait4)(pid_t pid, int *status, int options,
369 pid_t(llvm::sys::wait4)(pid_t pid, int *status, int options,
375 // AIX wait4 does not work well with WNOHANG.
377 return ::wait4(pid, status, options, usage);
394 return ::wait4(pid, status, options & ~WNOHANG, usage);
435 WaitResult.Pid = sys::wait4(ChildPid, &status, WaitPidOptions, &Info);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
HDtst.macroglob.ksh.out21 wait4 entry
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/SystemZ/
HDzOSSupport.h30 inline pid_t wait4(pid_t pid, int *wstatus, int options, in wait4() function
/freebsd-13-stable/contrib/bmake/
HDwait.h75 # define waitpid(pid, statusp, flags) wait4(pid, statusp, flags, (char *)0)
/freebsd-13-stable/sys/sys/
HDwait.h168 pid_t wait4(pid_t, int *, int, struct rusage *);
/freebsd-13-stable/usr.sbin/autofs/
HDautomountd.c403 pid = wait4(-1, &status, 0, NULL); in wait_for_children()
405 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
HDpopen.c172 pid = wait4(cur->pid, &status, 0, NULL); in auto_pclose()
/freebsd-13-stable/contrib/netbsd-tests/kernel/
HDt_ptrace_wait.h90 # define TWAIT_WAIT4TYPE(a,b,c,d) wait4((a),(b),(c),(d))
91 # define TWAIT_GENERIC(a,b,c) wait4((a),(b),(c),NULL)
/freebsd-13-stable/libexec/rpc.rwalld/
HDrwalld.c139 while(wait4(-1, NULL, WNOHANG, NULL) > 0) in killkids()
/freebsd-13-stable/usr.sbin/pmc/
HDcmd_pmc_stat.c426 if (wait4(pmc_util_get_pid(&pmc_args), &waitstatus, 0, &ru) > 0) { in pmc_stat_internal()
454 if (wait4(pmc_util_get_pid(&pmc_args), &waitstatus, 0, &ru) > 0) { in pmc_stat_internal()
/freebsd-13-stable/contrib/smbfs/lib/smb/
HDsubr.c297 if (wait4(pid, (int *)&status, 0, NULL) != pid) { in safe_execv()
/freebsd-13-stable/usr.sbin/iscsid/
HDiscsid.c640 pid = wait4(-1, &status, 0, NULL); in wait_for_children()
642 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
/freebsd-13-stable/lib/libc/include/
HDnamespace.h238 #define wait4 _wait4 macro
HDun-namespace.h219 #undef wait4
/freebsd-13-stable/usr.bin/time/
HDtime.c139 while (wait4(pid, &status, 0, &ru) != pid) { in main()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
HDglobal_symbols.txt211 wait4 U
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
HDzed_exec.c212 pid = wait4(0, &status, WNOHANG, &usage); in _reap_children()
/freebsd-13-stable/bin/sh/tests/builtins/
HDMakefile182 ${PACKAGE}FILES+= wait4.0
/freebsd-13-stable/usr.sbin/cron/cron/
HDdo_command.c669 while ((pid = wait4(childpid, &waiter, 0, NULL)) < 0 && errno == EINTR) in wait_on_child()

12