Home
last modified time | relevance | path

Searched refs:thread_get_inheritor_turnstile_base_priority (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/osfmk/kern/
H A Dturnstile.h611 thread_get_inheritor_turnstile_base_priority(thread_t thread);
H A Dturnstile.c2006 thread_get_inheritor_turnstile_base_priority(thread_t thread) in thread_get_inheritor_turnstile_base_priority() function
H A Dthread_policy.c3055 …uint8_t user_promotion_basepri = MIN((uint8_t)thread_get_inheritor_turnstile_base_priority(thread)… in thread_recompute_user_promotion_locked()