Searched refs:P2_ITSTOPPED (Results 1 – 3 of 3) sorted by relevance
943 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()
378 p->p_flag2 &= ~P2_ITSTOPPED; in exit1()
877 #define P2_ITSTOPPED 0x00002000 /* itimers stopped */ macro