Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c1560 int thread_link_priority; in turnstile_need_thread_promotion_update() local
1563 thread_link_priority = priority_queue_entry_sched_pri( in turnstile_need_thread_promotion_update()
1569 needs_update = (thread_link_priority == priority) ? FALSE : TRUE; in turnstile_need_thread_promotion_update()
1625 int thread_link_priority; in turnstile_update_thread_promotion_locked() local
1629 thread_link_priority = priority_queue_entry_sched_pri( in turnstile_update_thread_promotion_locked()
1633 if (priority != thread_link_priority) { in turnstile_update_thread_promotion_locked()
1639 thread_link_priority, 0); in turnstile_update_thread_promotion_locked()