Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dturnstile.h616 thread_get_inheritor_turnstile_base_priority(thread_t thread);
H A Dturnstile.c2008 thread_get_inheritor_turnstile_base_priority(thread_t thread) in thread_get_inheritor_turnstile_base_priority() function
H A Dthread_policy.c3064 …uint8_t user_promotion_basepri = MIN((uint8_t)thread_get_inheritor_turnstile_base_priority(thread)… in thread_recompute_user_promotion_locked()