Searched refs:WUNTRACED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h122 * returning an error indication in this case (pid==0). WUNTRACED
129 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
174 /* WUNTRACED defined for wait4() but not for waitid() */
223 * with the WUNTRACED option bit.
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1236 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) {

Completed in 32 milliseconds