Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dwait.h159 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
/xnu-8796.121.2/bsd/kern/
H A Dkern_exit.c2972 status = W_STOPCODE(p->p_xstat); in wait4_nocancel()
2998 status = W_STOPCODE(SIGCONT); in wait4_nocancel()