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