Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2496 thread_t hi_thread = rt_runq_first(SCHED(rt_runq)(pset)); in thread_select() local
2497 …if (thread->realtime.computation + hi_thread->realtime.computation + rt_deadline_epsilon >= hi_thr… in thread_select()
4096 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local
4098 …if (ed_thread->realtime.computation + hi_thread->realtime.computation + rt_deadline_epsilon < hi_t… in rt_runq_dequeue()