Searched refs:SEXTKILLED (Results 1 – 5 of 5) sorted by relevance
242 p->p_flag |= SKILLED | (ext ? SEXTKILLED : 0); in sigtoproc()562 lwp->lwp_extsig = ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()663 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()743 ext = (p->p_flag & SEXTKILLED) != 0; in issig_forreal()1470 ext = (p->p_flag & SEXTKILLED) != 0; in psig()
198 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()656 p->p_flag &= ~(SKILLED | SEXTKILLED); in proc_exit()
497 #define SEXTKILLED 0x00000800 /* SKILLED is from another contract */ macro
204 { "SEXTKILLED", SEXTKILLED, SEXTKILLED }, in pflags()
1582 p->p_flag &= ~SEXTKILLED; in pr_setsig()