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

/freebsd-13-stable/sys/sys/
H A Dwait.h67 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
/freebsd-13-stable/sys/kern/
H A Dkern_exit.c1228 *status = cont ? SIGCONT : W_STOPCODE(p->p_xsig);
1304 p->p_pid, W_STOPCODE(p->p_xsig), p->p_xsig,

Completed in 108 milliseconds