Home
last modified time | relevance | path

Searched refs:current_urgency (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dprocessor.h423 thread_urgency_t current_urgency; /* cached urgency of current thread */ member
H A Dprocessor.c512 processor->current_urgency = THREAD_URGENCY_NONE; in processor_state_update_idle()
544 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
H A Dsched_prim.c6661 thread_urgency_t old_urgency = processor->current_urgency; in ast_check()
6670 if (old_urgency != processor->current_urgency) { in ast_check()
6808 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri()
6834 if (processor->current_urgency != old_urgency) { in set_sched_pri()
6846 machine_thread_going_on_core(thread, processor->current_urgency, 0, 0, ctime); in set_sched_pri()