Home
last modified time | relevance | path

Searched refs:thread_get_urgency (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_urgency.h46 extern thread_urgency_t thread_get_urgency(
H A Dthread_group.c751 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_notify_thread_group_change_self()
1141 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_set_autojoin_thread_group_locked()
H A Dwork_interval.c794 kwi_args->urgency = (uint16_t)thread_get_urgency(thread, &urgency_param1, &urgency_param2); in kern_work_interval_notify()
H A Dpriority.c250 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
H A Dprocessor.c460 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
H A Dsched_prim.c3609 urgency = thread_get_urgency(self, &arg1, &arg2); in thread_dispatch()
5756 thread_urgency_t urgency = thread_get_urgency(thread, &urgency_param1, &urgency_param2); in ast_check()
5874 thread_urgency_t new_urgency = thread_get_urgency(thread, in set_sched_pri()
6088 thread_get_urgency(thread_t thread, uint64_t *arg1, uint64_t *arg2) in thread_get_urgency() function