Searched refs:PS_WCORE (Results 1 – 3 of 3) sorted by relevance
393 #define PS_WCORE 0x00001000 /* Process needs to dump core */ macro
2263 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()
606 if ((p->p_sflag & PS_WCORE) != 0) { in lwp_wait()