Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dsched.h270 queue_head_t pri_queue; /* runnable RT threads for this priority */ member
H A Dsched_prim.c192 queue_t queue = &rt_runq->pri_queue; in check_rt_runq_consistency()
776 queue_init(&rqi->pri_queue); in pset_rt_init()
4466 queue_t queue = &rt_runq->pri_queue; in rt_runq_enqueue()
4531 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4532 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4546 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4549 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4589 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first()
4612 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
4706 qe_foreach_element_safe(thread, &rt_runq->pri_queue, runq_links) { in sched_rtlocal_runq_scan()
/xnu-11417.140.69/tools/lldbmacros/
H A Dscheduler.py620 …for rt_runq_thread in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", c…