Searched refs:thread_urgency_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | sched_urgency.h | 44 } thread_urgency_t; typedef 47 extern thread_urgency_t thread_get_urgency( 54 thread_urgency_t urgency,
|
| H A D | machine.h | 127 thread_urgency_t urgency,
|
| H A D | processor.h | 423 thread_urgency_t current_urgency; /* cached urgency of current thread */
|
| H A D | priority.c | 256 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
|
| H A D | sched_prim.c | 6661 thread_urgency_t old_urgency = processor->current_urgency; in ast_check() 6677 thread_urgency_t urgency = thread_get_urgency(thread, &urgency_param1, &urgency_param2); in ast_check() 6808 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri() 6837 thread_urgency_t new_urgency = thread_get_urgency(thread, in set_sched_pri() 7058 thread_urgency_t 7064 thread_urgency_t urgency; in thread_get_urgency()
|
| /xnu-11417.140.69/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-11417.140.69/osfmk/arm/ |
| H A D | machine_routines_common.c | 498 thread_urgency_t urgency, in machine_thread_going_on_core()
|
| /xnu-11417.140.69/osfmk/arm64/ |
| H A D | machine_routines.c | 2250 thread_tell_urgency(thread_urgency_t urgency, uint64_t rt_period, uint64_t rt_deadline, uint64_t sc… in thread_tell_urgency()
|