Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dprocessor.c505 processor->current_urgency = THREAD_URGENCY_NONE; in processor_state_update_idle()
535 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
553 processor->current_urgency = urgency; in processor_state_update_explicit()
H A Dprocessor.h414 thread_urgency_t current_urgency; /* cached urgency of current thread */ member
H A Dsched_prim.c6273 thread_urgency_t old_urgency = processor->current_urgency; in ast_check()
6282 if (old_urgency != processor->current_urgency) { in ast_check()
6420 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri()
6446 if (processor->current_urgency != old_urgency) { in set_sched_pri()
6458 machine_thread_going_on_core(thread, processor->current_urgency, 0, 0, ctime); in set_sched_pri()