Searched refs:pri_queue (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | sched_rt.c | 187 queue_init(&rqi->pri_queue); in pset_rt_init() 711 qe_foreach_element_safe(thread, &rt_runq->pri_queue, runq_links) { in sched_rt_runq_scan() 1215 queue_t queue = &rt_runq->pri_queue; in check_rt_runq_consistency() 1272 queue_t queue = &rt_runq->pri_queue; in rt_runq_enqueue() 1388 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1389 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1403 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1406 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 1446 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() 1469 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.61.12/tools/lldbmacros/ |
| H A D | scheduler.py | 620 …for rt_runq_thread in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", c…
|