Home
last modified time | relevance | path

Searched refs:thread_urgency_t (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dsched_urgency.h44 } thread_urgency_t; typedef
47 extern thread_urgency_t thread_get_urgency(
54 thread_urgency_t urgency,
H A Dmachine.h127 thread_urgency_t urgency,
H A Dprocessor.h423 thread_urgency_t current_urgency; /* cached urgency of current thread */
H A Dpriority.c256 thread_urgency_t urgency = thread_get_urgency(thread, NULL, NULL); in thread_quantum_expire()
H A Dsched_prim.c6661 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 DpmCPU.c760 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 Dmachine_routines_common.c498 thread_urgency_t urgency, in machine_thread_going_on_core()
/xnu-11417.140.69/osfmk/arm64/
H A Dmachine_routines.c2250 thread_tell_urgency(thread_urgency_t urgency, uint64_t rt_period, uint64_t rt_deadline, uint64_t sc… in thread_tell_urgency()