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