Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_time.c943 if ((p->p_flag2 & P2_ITSTOPPED) != 0) { in itimer_proc_continue()
944 p->p_flag2 &= ~P2_ITSTOPPED; in itimer_proc_continue()
1007 p->p_flag2 |= P2_ITSTOPPED; in realitexpire()
1011 p->p_flag2 &= ~P2_ITSTOPPED; in realitexpire()
H A Dkern_exit.c378 p->p_flag2 &= ~P2_ITSTOPPED; in exit1()
/freebsd/sys/sys/
H A Dproc.h877 #define P2_ITSTOPPED 0x00002000 /* itimers stopped */ macro