Searched refs:W_STOPCODE (Results 1 – 3 of 3) sorted by relevance
25 #define W_STOPCODE(sig) ((sig) << 8 | 0x7f) macro
64 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
1312 *status = cont ? SIGCONT : W_STOPCODE(p->p_xsig); in report_alive_proc()1362 p->p_pid, W_STOPCODE(p->p_xsig), p->p_xsig, in wait6_check_alive()