Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dturnstile.c1473 int thread_link_priority; in turnstile_need_thread_promotion_update() local
1476 thread_link_priority = priority_queue_entry_sched_pri( in turnstile_need_thread_promotion_update()
1482 needs_update = (thread_link_priority == priority) ? FALSE : TRUE; in turnstile_need_thread_promotion_update()
1538 int thread_link_priority; in turnstile_update_thread_promotion_locked() local
1542 thread_link_priority = priority_queue_entry_sched_pri( in turnstile_update_thread_promotion_locked()
1546 if (priority != thread_link_priority) { in turnstile_update_thread_promotion_locked()
1552 thread_link_priority, 0); in turnstile_update_thread_promotion_locked()