| /openbsd/src/lib/libc/sys/ |
| D | w_wait4.c | 22 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);
|
| D | Makefile.inc | 39 wait4 waitid write writev
|
| /openbsd/src/regress/lib/libc/sys/ |
| D | t_wait_noproc.c | 98 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/ |
| D | wait.c | 37 return (wait4(WAIT_ANY, istat, 0, NULL)); in wait()
|
| D | wait3.c | 36 return (wait4(WAIT_ANY, istat, options, rup)); in wait3()
|
| D | waitpid.c | 37 return (wait4(pid, istat, options, NULL)); in waitpid()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Unix/ |
| D | Program.inc | 344 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/ |
| D | DETAILS | 33 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/ |
| D | wait.h | 26 PROTO_CANCEL(wait4);
|
| /openbsd/src/sys/sys/ |
| D | wait.h | 115 pid_t wait4(pid_t, int *, int, struct rusage *);
|
| /openbsd/src/regress/sys/kern/accept/ |
| D | accept.c | 76 while (!ischild && wait4(-1, &status, 0, NULL) > 0) in main()
|
| /openbsd/src/regress/lib/libpthread/cancel_wait/ |
| D | cancel_wait.c | 47 wait4(child, &status, 0, NULL); in wait4_thread()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| D | global_symbols.txt | 177 wait4 U
|
| /openbsd/src/usr.sbin/ypserv/yppush/ |
| D | yppush.c | 195 wait4(pid, &status, 0, &res); in push()
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | pex-unix.c | 103 ret = wait4 (pid, status, 0, &r); in pex_wait()
|
| D | configure.ac | 356 checkfuncs="$checkfuncs getsysinfo table sysctl wait3 wait4 __fsetlocking" 368 pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \
|
| D | config.in | 361 /* Define to 1 if you have the `wait4' function. */
|
| /openbsd/src/usr.sbin/apmd/ |
| D | apmd.c | 723 wait4(pid, &status, 0, 0); in do_etc_file()
|
| /openbsd/src/usr.sbin/ifstated/ |
| D | ifstated.c | 386 if (wait4(external->pid, &s, WNOHANG, NULL) == 0) in check_external_status()
|
| /openbsd/src/gnu/usr.bin/perl/t/porting/ |
| D | known_pod_issues.dat | 391 wait4(2)
|
| /openbsd/src/usr.sbin/rpc.lockd/ |
| D | lockd_lock.c | 439 pid = wait4(-1, &sstatus, WNOHANG, NULL); in sigchild_handler()
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 143 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/ |
| D | Symbols.list | 456 wait4
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | syscall_emulator.c | 109 ret = wait4(pid, status, options, rusage); in syscall_emulator()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_linux.cpp | 775 return internal_syscall(SYSCALL(wait4), pid, (uptr)status, options, in internal_waitpid()
|