Searched refs:waitid (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dwait.h164 * values for the fourth argument to waitid().
167 /* WUNTRACED defined for wait4() but not for waitid() */
170 /* waitid() parameter */
241 * Stopped state value; cannot use waitid() parameter of the same name
252 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid); variable
/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl150 wait4 waitid write writev
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1461 waitid(proc_t q, struct waitid_args *uap, int32_t *retval) function
1601 * already been reaped by another caller of waitid().
1669 PWAIT | PCATCH | PDROP, "waitid", 0, waitidcontinue)) != 0)

Completed in 29 milliseconds