Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libc/sys/
Dw_wait4.c22 wait4(pid_t wpid, int *status, int options, struct rusage *rusage) in wait4() function
27 ret = HIDDEN(wait4)(wpid, status, options, rusage); in wait4()
31 DEF_CANCEL(wait4);
DMakefile.inc39 wait4 waitid write writev
/openbsd/src/regress/lib/libc/sys/
Dt_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()
305 wait4(WAIT_ANY, NULL, o | TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY()
341 ATF_TP_ADD_TC(tp, wait4); in ATF_TP_ADD_TCS()
/openbsd/src/lib/libc/gen/
Dwait.c37 return (wait4(WAIT_ANY, istat, 0, NULL)); in wait()
Dwait3.c36 return (wait4(WAIT_ANY, istat, options, rup)); in wait3()
Dwaitpid.c37 return (wait4(pid, istat, options, NULL)); in waitpid()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DProgram.inc344 using ::wait4;
346 static pid_t(wait4)(pid_t pid, int *status, int options, struct rusage *usage);
354 extern "C" pid_t(wait4)(pid_t pid, int *status, int options,
357 pid_t(llvm::sys::wait4)(pid_t pid, int *status, int options,
363 // AIX wait4 does not work well with WNOHANG.
365 return ::wait4(pid, status, options, usage);
382 return ::wait4(pid, status, options & ~WNOHANG, usage);
422 WaitResult.Pid = sys::wait4(ChildPid, &status, WaitPidOptions, &Info);
/openbsd/src/lib/libc/include/
DDETAILS33 For syscalls which are cancellation points, such as wait4(), there
38 wait4 weak alias, for general use
40 Inside libc, the bare name ("wait4") binds to the version *with*
96 ex: PROTO_CANCEL(wait4)
/openbsd/src/lib/libc/hidden/sys/
Dwait.h26 PROTO_CANCEL(wait4);
/openbsd/src/sys/sys/
Dwait.h115 pid_t wait4(pid_t, int *, int, struct rusage *);
/openbsd/src/regress/sys/kern/accept/
Daccept.c76 while (!ischild && wait4(-1, &status, 0, NULL) > 0) in main()
/openbsd/src/regress/lib/libpthread/cancel_wait/
Dcancel_wait.c47 wait4(child, &status, 0, NULL); in wait4_thread()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt177 wait4 U
/openbsd/src/usr.sbin/ypserv/yppush/
Dyppush.c195 wait4(pid, &status, 0, &res); in push()
/openbsd/src/gnu/lib/libiberty/src/
Dpex-unix.c103 ret = wait4 (pid, status, 0, &r); in pex_wait()
Dconfigure.ac356 checkfuncs="$checkfuncs getsysinfo table sysctl wait3 wait4 __fsetlocking"
368 pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \
Dconfig.in361 /* Define to 1 if you have the `wait4' function. */
/openbsd/src/usr.sbin/apmd/
Dapmd.c723 wait4(pid, &status, 0, 0); in do_etc_file()
/openbsd/src/usr.sbin/ifstated/
Difstated.c386 if (wait4(external->pid, &s, WNOHANG, NULL) == 0) in check_external_status()
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dknown_pod_issues.dat391 wait4(2)
/openbsd/src/usr.sbin/rpc.lockd/
Dlockd_lock.c439 pid = wait4(-1, &sstatus, WNOHANG, NULL); in sigchild_handler()
/openbsd/src/regress/usr.bin/tsort/
Dpairs1143 wait4.o wait4.o
2615 wait.o wait4.o
2616 wait3.o wait4.o
2617 waitpid.o wait4.o
2951 wait4.o cerror.o
/openbsd/src/lib/libc/
DSymbols.list456 wait4
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c109 ret = wait4(pid, status, options, rusage); in syscall_emulator()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp775 return internal_syscall(SYSCALL(wait4), pid, (uptr)status, options, in internal_waitpid()

12