Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_rt.c1406 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local
1407 assert(next_rt != THREAD_NULL); in rt_runq_dequeue()
1408 earliest_deadline = next_rt->realtime.deadline; in rt_runq_dequeue()
1409 constraint = next_rt->realtime.constraint; in rt_runq_dequeue()
1446 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() local
1448 return next_rt; in rt_runq_first()
1469 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove() local
1470 earliest_deadline = next_rt->realtime.deadline; in rt_runq_remove()
1471 constraint = next_rt->realtime.constraint; in rt_runq_remove()