Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dsys-wait-macros.h25 #define W_STOPCODE(sig) ((sig) << 8 | 0x7f) macro
/freebsd/sys/sys/
H A Dwait.h64 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED) macro
/freebsd/sys/kern/
H A Dkern_exit.c1312 *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()