Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c4113 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local
4114 assert(next_rt != THREAD_NULL); in rt_runq_dequeue()
4115 earliest_deadline = next_rt->realtime.deadline; in rt_runq_dequeue()
4116 constraint = next_rt->realtime.constraint; in rt_runq_dequeue()
4153 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() local
4155 return next_rt; in rt_runq_first()
4176 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove() local
4177 earliest_deadline = next_rt->realtime.deadline; in rt_runq_remove()
4178 constraint = next_rt->realtime.constraint; in rt_runq_remove()