Searched refs:next_rt (Results 1 – 1 of 1) sorted by relevance
4113 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local4114 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() local4155 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() local4177 earliest_deadline = next_rt->realtime.deadline; in rt_runq_remove()4178 constraint = next_rt->realtime.constraint; in rt_runq_remove()