Searched refs:PROCESSOR_IDLE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor.h164 #define PROCESSOR_IDLE 4 /* Idle (available) */ macro
191 if ((ps)->low_pri->state < PROCESSOR_IDLE) \
202 if ((ps)->low_count->state < PROCESSOR_IDLE) \
H A Dmach_clock.c123 if (processor->state == PROCESSOR_IDLE)
H A Dmachine.c216 if (processor->state == PROCESSOR_IDLE)
H A Dsched_prim.c1295 if (processor->state == PROCESSOR_IDLE)
1328 processor->state = PROCESSOR_IDLE;
2063 if (processor->state == PROCESSOR_IDLE) {
2153 if (processor->state == PROCESSOR_IDLE) {
2253 if (processor->state == PROCESSOR_IDLE || ( thread->sched_pri > BASEPRI_DEFAULT && processor->current_pri < thread->sched_pri))
2925 if (state == PROCESSOR_IDLE) {

Completed in 31 milliseconds