Searched refs:TS_ALLSTART (Results 1 – 9 of 9) sorted by relevance
316 t->t_schedflag |= (TS_ALLSTART & ~TS_CSTART); in sched()492 t->t_schedflag |= (TS_ALLSTART & ~TS_CSTART); in sched()
918 t->t_schedflag &= ~TS_ALLSTART; in clock()938 t->t_schedflag &= ~TS_ALLSTART; in clock()
856 int flags = TS_ALLSTART; in stop()1175 ASSERT((t->t_schedflag & TS_ALLSTART) == 0); in stop()
685 t->t_schedflag |= (TS_ALLSTART & ~(TS_CSTART | TS_CREATE)); in lwp_create()
2234 tqe->tqent_thread->t_schedflag |= TS_ALLSTART; in taskq_bucket_extend()
3472 t->t_schedflag |= TS_ALLSTART; in zthread_create()
1266 if ((t->t_schedflag & TS_ALLSTART) != TS_ALLSTART) in setrun_locked()1279 t->t_schedflag &= ~TS_ALLSTART; in setrun_locked()
1207 ASSERT((tp->t_schedflag & TS_ALLSTART) == 0); in setbackdq()1396 ASSERT((tp->t_schedflag & TS_ALLSTART) == 0); in setfrontdq()
415 #define TS_ALLSTART \ macro