Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dproc.h393 #define PS_WCORE 0x00001000 /* Process needs to dump core */ macro
/netbsd-src/sys/kern/
H A Dkern_sig.c2263 if ((p->p_sflag & PS_WCORE) != 0) { in sigexit()
2287 p->p_sflag |= PS_WCORE; in sigexit()
2351 p->p_sflag &= ~PS_WCORE; in sigexit()
H A Dkern_lwp.c606 if ((p->p_sflag & PS_WCORE) != 0) { in lwp_wait()