Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dwait.h64 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process.c534 #ifdef WCOREDUMP in ngx_process_get_status()
538 WCOREDUMP(status) ? " (core dumped)" : ""); in ngx_process_get_status()
/f-stack/freebsd/kern/
H A Dkern_exit.c565 if (WCOREDUMP(signo)) in exit1()
1090 if (WCOREDUMP(p->p_xsig)) { in proc_to_reap()
H A Dkern_sig.c3387 if (WCOREDUMP(p->p_xsig)) { in childproc_exited()