Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dpolicy_internal.h257 extern boolean_t thread_recompute_kernel_promotion_locked(thread_t thread);
H A Dturnstile.c1740 needs_update = thread_recompute_kernel_promotion_locked(thread); in thread_add_turnstile_promotion()
1802 needs_update = thread_recompute_kernel_promotion_locked(thread); in thread_remove_turnstile_promotion()
1902 needs_update = thread_recompute_kernel_promotion_locked(thread); in thread_update_turnstile_promotion_locked()
2791 thread_recompute_kernel_promotion_locked(thread); in turnstile_update_inheritor_priority_chain()
H A Dthread_policy.c3019 thread_recompute_kernel_promotion_locked(thread_t thread) in thread_recompute_kernel_promotion_locked() function