Searched refs:SITBUSY (Results 1 – 2 of 2) sorted by relevance
378 if (p->p_flag & SITBUSY) { in xsetitimer()382 p->p_flag |= SITBUSY; in xsetitimer()403 p->p_flag &= ~SITBUSY; in xsetitimer()
481 #define SITBUSY 0x00000004 /* setitimer(ITIMER_REAL) in progress */ macro