Searched refs:waitid (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | wait.h | 252 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid);
|
| /xnu-11215/tests/ |
| H A D | sigchld_return.c | 69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED); 93 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
|
| H A D | sigcont_return.c | 27 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
|
| H A D | freebsd_waitpid_nohang.c | 56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_exit.c | 3130 waitid(proc_t q, struct waitid_args *uap, int32_t *retval) in waitid() function
|