Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched.h83 #define IDLEPRI MINPRI /* idle thread priority */ macro
H A Dhost.c299 priority_info->idle_priority = IDLEPRI; in host_info()
H A Dprocessor.c524 processor->current_pri = IDLEPRI; in processor_state_update_idle()
H A Dsched_prim.c6530 thread->sched_pri = thread->base_pri = IDLEPRI; in idle_thread_create()
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c164 thread_t idle_thread = clutch_impl_create_thread(TH_BUCKET_SHARE_BG, not_real_idle_tg, IDLEPRI); in clutch_impl_init_topology()