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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h159 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1352 status = W_STOPCODE(p->p_xstat);
1376 status = W_STOPCODE(SIGCONT);

Completed in 63 milliseconds