Home
last modified time | relevance | path

Searched refs:waitid (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c71 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-13.1/contrib/ntp/html/hints/
H A Ddecosf215 ! extern int waitid(idtype_t, id_t, siginfo_t *, int);
23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
/freebsd-13.1/lib/libc/gen/
H A Dwaitid.c71 __weak_reference(__waitid, waitid);
H A DSymbol.map383 waitid;
H A DMakefile.inc174 waitid.c \
/freebsd-13.1/tests/sys/kern/
H A Dkill_zombie.c48 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
H A Dwaitpid_nohang.c56 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT); in ATF_TC_BODY()
H A Dreaper.c120 if (waitid(P_PID, grandchild, NULL, in ATF_TC_BODY()
269 if (waitid(P_PID, grandchild, NULL, in ATF_TC_BODY()
/freebsd-13.1/sys/vm/
H A Dvm_object.h339 void vm_object_pip_wait(vm_object_t object, const char *waitid);
340 void vm_object_pip_wait_unlocked(vm_object_t object, const char *waitid);
H A Dvm_object.c372 vm_object_pip_sleep(vm_object_t object, const char *waitid) in vm_object_pip_sleep() argument
376 waitid, PVM | PDROP); in vm_object_pip_sleep()
380 vm_object_pip_wait(vm_object_t object, const char *waitid) in vm_object_pip_wait() argument
385 blockcount_wait(&object->paging_in_progress, &object->lock, waitid, in vm_object_pip_wait()
390 vm_object_pip_wait_unlocked(vm_object_t object, const char *waitid) in vm_object_pip_wait_unlocked() argument
395 blockcount_wait(&object->paging_in_progress, NULL, waitid, PVM); in vm_object_pip_wait_unlocked()
/freebsd-13.1/sys/sys/
H A Dwait.h163 int waitid(idtype_t, id_t, struct __siginfo *, int);
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h79 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED)
80 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc362 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process
367 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
/freebsd-13.1/lib/libc/sys/
H A DMakefile.inc510 wait.2 waitid.2 \
/freebsd-13.1/usr.bin/truss/
H A Dsetup.c783 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc641 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,
H A Dsanitizer_common_interceptors.inc2414 // 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-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3230 fun:waitid=uninstrumented