Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_sig.c942 if ((p->p_sflag & PS_STOPPING) != 0) { in trapsignal()
1469 p->p_sflag &= ~PS_STOPPING; in kpsignal2()
1551 KASSERT((p->p_sflag & PS_STOPPING) != 0); in proc_stop_lwps()
1578 p->p_sflag &= ~PS_STOPPING; in proc_stop_done()
1659 if ((p->p_sflag & PS_STOPPING) != 0) { in eventswitch()
1751 if ((p->p_sflag & PS_STOPPING) != 0) { in sigswitch()
1826 (p->p_sflag & PS_STOPPING) != 0) in sigchecktrace()
2415 p->p_sflag |= PS_STOPPING; in proc_stop()
2477 if ((p->p_sflag & PS_STOPPING) == 0) { in proc_stop_callout()
2529 p->p_sflag &= ~PS_STOPPING; in proc_unstop()
[all …]
H A Dkern_lwp.c556 p->p_sflag &= ~PS_STOPPING; in lwp_unstop()
1000 if (p->p_stat == SSTOP || (p->p_sflag & PS_STOPPING) != 0) { in lwp_start()
/netbsd/sys/sys/
H A Dproc.h400 #define PS_STOPPING 0x80000000 /* Transitioning SACTIVE -> SSTOP */ macro