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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h82 #define MINPRI IDLEPRI /* lowest legal priority schedulable */
83 #define IDLEPRI 0 /* idle thread priority */ macro
H A Dsched_proto.c331 if (pri != IDLEPRI)
441 if (thread->sched_pri != IDLEPRI)
H A Dmachine.c301 processor->current_pri = IDLEPRI;
H A Dsched_prim.c1715 (SCHED(processor_queue_has_priority)(processor, rt_runq.count == 0 ? IDLEPRI : BASEPRI_RTQUEUES, TRUE) &&
1869 processor->current_pri = IDLEPRI;
2008 if (pri != IDLEPRI)
2705 rq->highq = IDLEPRI;
2708 setbit(MAXPRI - IDLEPRI, rq->bitmap);
2826 if (rq->highq != IDLEPRI)
2897 if (thread->sched_pri != IDLEPRI)
3662 if (pri != IDLEPRI)
3937 if (pri != IDLEPRI)
4232 thread->sched_pri = thread->priority = IDLEPRI;
[all...]
H A Dhost.c242 priority_info->idle_priority = IDLEPRI;
H A Dsched_fixedpriority.c447 while ((thread = sched_fixedpriority_choose_thread(processor, IDLEPRI)) != THREAD_NULL) {
H A Dsched_grrr.c368 while ((thread = sched_grrr_choose_thread(processor, IDLEPRI)) != THREAD_NULL) {
H A Dtask.c2089 if ((task == kernel_task) && (thread->priority == IDLEPRI) && (thread->sched_pri == IDLEPRI))

Completed in 33 milliseconds