Searched refs:thread_get_urgency (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | sched_urgency.h | 46 extern thread_urgency_t thread_get_urgency(
|
| H A D | thread_group.c | 751 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 D | work_interval.c | 794 kwi_args->urgency = (uint16_t)thread_get_urgency(thread, &urgency_param1, &urgency_param2); in kern_work_interval_notify()
|
| H A D | priority.c | 250 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
|
| H A D | processor.c | 460 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
|
| H A D | sched_prim.c | 3609 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
|