Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dsched_urgency.h46 extern thread_urgency_t thread_get_urgency(
H A Dthread_group.c755 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_notify_thread_group_change_self()
1130 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_set_autojoin_thread_group_locked()
H A Dpriority.c257 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
H A Dwork_interval.c1071 kwi_args->urgency = (uint16_t)thread_get_urgency(thread, &urgency_param1, &urgency_param2); in kern_work_interval_notify()
H A Dprocessor.c467 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
H A Dsched_prim.c3784 urgency = thread_get_urgency(self, &arg1, &arg2); in thread_dispatch()
6103 thread_urgency_t urgency = thread_get_urgency(thread, &urgency_param1, &urgency_param2); in ast_check()
6263 thread_urgency_t new_urgency = thread_get_urgency(thread, in set_sched_pri()
6481 thread_get_urgency(thread_t thread, uint64_t *arg1, uint64_t *arg2) in thread_get_urgency() function