| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_wait_noproc.c | 71 ATF_TC(waitid); 72 ATF_TC_HEAD(waitid, tc) in ATF_TC_HEAD() argument 79 ATF_TC_BODY(waitid, tc) in ATF_TC_BODY() argument 82 waitid(P_ALL, 0, NULL, in ATF_TC_BODY() 257 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1); in ATF_TC_BODY() 330 ATF_TP_ADD_TC(tp, waitid); in ATF_TP_ADD_TCS()
|
| /freebsd-12-stable/contrib/ntp/html/hints/ |
| D | decosf2 | 15 ! extern int waitid(idtype_t, id_t, siginfo_t *, int); 23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | waitid.c | 71 __weak_reference(__waitid, waitid);
|
| D | Symbol.map | 383 waitid;
|
| D | Makefile.inc | 157 waitid.c \
|
| /freebsd-12-stable/tests/sys/kern/ |
| D | waitpid_nohang.c | 56 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
|
| D | reaper.c | 120 if (waitid(P_PID, grandchild, NULL, in ATF_TC_BODY() 269 if (waitid(P_PID, grandchild, NULL, in ATF_TC_BODY()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_ptrace_wait.h | 79 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED) 80 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d))
|
| /freebsd-12-stable/sys/sys/ |
| D | wait.h | 163 int waitid(idtype_t, id_t, struct __siginfo *, int);
|
| /freebsd-12-stable/sys/vm/ |
| D | vm_object.h | 323 void vm_object_pip_wait(vm_object_t object, char *waitid);
|
| D | vm_object.c | 413 vm_object_pip_wait(vm_object_t object, char *waitid) in vm_object_pip_wait() argument 419 VM_OBJECT_SLEEP(object, object, PVM, waitid, 0); in vm_object_pip_wait()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Program.inc | 362 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process 367 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
|
| /freebsd-12-stable/lib/libc/sys/ |
| D | Makefile.inc | 498 wait.2 waitid.2 \
|
| /freebsd-12-stable/usr.bin/truss/ |
| D | setup.c | 756 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 1239 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 641 PRE_SYSCALL(waitid)(long which, long pid, void *infop, long options, void *ru) { 644 POST_SYSCALL(waitid)(long res, long which, long pid, void *infop, long options,
|
| D | sanitizer_common_interceptors.inc | 2414 // According to sys/wait.h, wait(), waitid(), waitpid() may have symbol version 2430 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop, 2433 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop, 2437 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options); 2441 int res = REAL(waitid)(idtype, id, infop, options); 2503 COMMON_INTERCEPT_FUNCTION(waitid); \
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3230 fun:waitid=uninstrumented
|