Searched refs:pri_queue (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | sched_rt.c | 176 queue_init(&rqi->pri_queue); in pset_rt_init() 686 qe_foreach_element_safe(thread, &rt_runq->pri_queue, runq_links) { in sched_rt_runq_scan() 1190 queue_t queue = &rt_runq->pri_queue; in check_rt_runq_consistency() 1247 queue_t queue = &rt_runq->pri_queue; in rt_runq_enqueue() 1363 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1364 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1378 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1381 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1421 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() 1444 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
|
| H A D | sched.h | 275 queue_head_t pri_queue; /* runnable RT threads for this priority */ member
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | scheduler.py | 620 …for rt_runq_thread in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", c…
|