Home
last modified time | relevance | path

Searched refs:PS_NOTIFYSTOP (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_sig.c1482 if ((p->p_sflag & PS_NOTIFYSTOP) != 0) { in proc_stop_done()
2076 p->p_sflag |= PS_NOTIFYSTOP; in proc_stop()
2078 p->p_sflag &= ~PS_NOTIFYSTOP; in proc_stop()
2153 if ((p->p_sflag & PS_NOTIFYSTOP) != 0) { in proc_stop_callout()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dproc.h386 #define PS_NOTIFYSTOP 0x10000000 /* Notify parent of successful STOP */ macro