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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched.h84 #define MINPRI IDLEPRI /* lowest legal priority schedulable */
85 #define IDLEPRI 0 /* idle thread priority */ macro
H A Dmachine.c285 processor->current_pri = IDLEPRI;
H A Dsched_prim.c1223 if (runq->highq != IDLEPRI)
1373 processor->current_pri = IDLEPRI;
1943 rq->highq = IDLEPRI;
1946 setbit(MAXPRI - IDLEPRI, rq->bitmap);
1986 if (rq->highq != IDLEPRI)
2514 if (pri != IDLEPRI)
2722 if (thread->sched_pri != IDLEPRI)
2774 if (pri != IDLEPRI)
3004 thread->sched_pri = thread->priority = IDLEPRI;
H A Dhost.c235 priority_info->idle_priority = IDLEPRI;

Completed in 30 milliseconds