Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c4505 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local
4506 assert(next_rt != THREAD_NULL); in rt_runq_dequeue()
4507 earliest_deadline = next_rt->realtime.deadline; in rt_runq_dequeue()
4508 constraint = next_rt->realtime.constraint; in rt_runq_dequeue()
4545 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() local
4547 return next_rt; in rt_runq_first()
4568 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove() local
4569 earliest_deadline = next_rt->realtime.deadline; in rt_runq_remove()
4570 constraint = next_rt->realtime.constraint; in rt_runq_remove()