Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dwait.h171 #define WSTOPPED 0x00000008 /* [XSI] Any child stopped by signal */ macro
244 #define WSTOPPED _WSTOPPED macro
/xnu-8796.121.2/bsd/kern/
H A Dkern_exit.c3106 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
3206 if (!(uap->options & WSTOPPED)) { in waitid_nocancel()