Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dturnstile.c2431 thread_t max_thread = THREAD_NULL; in turnstile_recompute_priority_locked() local
2443 max_thread = priority_queue_max(&turnstile->ts_waitq.waitq_prio_queue, in turnstile_recompute_priority_locked()
2446 if (max_thread) { in turnstile_recompute_priority_locked()
2449 &max_thread->wait_prioq_links); in turnstile_recompute_priority_locked()
2594 thread_t max_thread; in turnstile_workloop_pusher_info() local
2604 max_thread = priority_queue_max(&turnstile->ts_waitq.waitq_prio_queue, in turnstile_workloop_pusher_info()
2606 if (max_thread) { in turnstile_workloop_pusher_info()
2609 &max_thread->wait_prioq_links); in turnstile_workloop_pusher_info()
2646 thread_reference(max_thread); in turnstile_workloop_pusher_info()
2647 *thread_out = max_thread; in turnstile_workloop_pusher_info()