Searched refs:thread_urgency_t (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | sched_urgency.h | 43 } thread_urgency_t; typedef 46 extern thread_urgency_t thread_get_urgency( 53 thread_urgency_t urgency,
|
| H A D | machine.h | 127 thread_urgency_t urgency,
|
| H A D | processor.h | 414 thread_urgency_t current_urgency; /* cached urgency of current thread */ 659 thread_urgency_t urgency,
|
| H A D | priority.c | 257 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
|
| H A D | sched_prim.c | 6273 thread_urgency_t old_urgency = processor->current_urgency; in ast_check() 6289 thread_urgency_t urgency = thread_get_urgency(thread, &urgency_param1, &urgency_param2); in ast_check() 6420 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri() 6449 thread_urgency_t new_urgency = thread_get_urgency(thread, in set_sched_pri() 6666 thread_urgency_t 6672 thread_urgency_t urgency; in thread_get_urgency()
|
| H A D | processor.c | 547 …pset_cluster_type_t pset_type, perfcontrol_class_t perfctl_class, thread_urgency_t urgency, __unus… in processor_state_update_explicit()
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | pmCPU.c | 760 thread_tell_urgency(thread_urgency_t urgency, in thread_tell_urgency() 808 __unused thread_urgency_t urgency, in machine_thread_going_on_core()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | machine_routines_common.c | 501 thread_urgency_t urgency, in machine_thread_going_on_core()
|
| /xnu-11215.1.10/osfmk/arm64/ |
| H A D | machine_routines.c | 2251 thread_tell_urgency(thread_urgency_t urgency, uint64_t rt_period, uint64_t rt_deadline, uint64_t sc…
|