Home
last modified time | relevance | path

Searched refs:IDLEPRI (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h83 #define IDLEPRI MINPRI /* idle thread priority */ macro
H A Dsched_grrr.c380 while ((thread = sched_grrr_choose_thread(processor, IDLEPRI, AST_NONE)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()
H A Dhost.c293 priority_info->idle_priority = IDLEPRI; in host_info()
H A Dprocessor.c423 processor->current_pri = IDLEPRI; in processor_state_update_idle()
H A Dsched_prim.c6397 thread->sched_pri = thread->base_pri = IDLEPRI; in idle_thread_create()