Searched refs:TH_IDLE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c124 if (!(thread->state & TH_IDLE)) {
H A Dthread_policy.c91 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
98 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
148 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
288 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dmach_clock.c119 if ((thread->state & TH_IDLE) == 0) {
H A Dmk_sp.c93 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
100 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dpriority.c361 if ((thread->state & (TH_RUN|TH_IDLE)) == TH_RUN)
H A Dstartup.c429 if (!(thread->state & TH_IDLE))
H A Dsched_prim.c499 if (thread->state & TH_IDLE) {
1339 if ((thread->state & (TH_IDLE|TH_TERMINATE|TH_SUSP)) || !(thread->state & TH_WAIT) || thread->wake_active)
1372 thread->state |= TH_IDLE;
1394 * preemption due to TH_IDLE being set.
1423 thread->state &= ~TH_IDLE;
1668 if (!(thread->state & TH_IDLE)) {
1763 if (!(self->state & TH_IDLE)) {
3005 thread->state = (TH_RUN | TH_IDLE);
H A Dthread.h182 #define TH_IDLE 0x80 /* idling processor */ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c122 return ((thread->state & TH_IDLE) == TH_IDLE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s1083 lis r2,hi16(TH_IDLE) ; Get thread idle state
1084 ori r2,r2,lo16(TH_IDLE) ; Get thread idle state
H A Dgenassym.c480 DECLARE("TH_IDLE", TH_IDLE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlocks_i386.c1722 (holder->state & TH_IDLE) == 0 &&

Completed in 126 milliseconds