Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h252 queue_head_t pri_queue; /* runnable RT threads for this priority */ member
H A Dsched_prim.c185 queue_t queue = &rt_runq->pri_queue; in check_rt_runq_consistency()
562 queue_init(&rqi->pri_queue); in pset_rt_init()
4030 queue_t queue = &rt_runq->pri_queue; in rt_runq_enqueue()
4095 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4096 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4110 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4113 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
4153 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first()
4176 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
4270 qe_foreach_element_safe(thread, &rt_runq->pri_queue, runq_links) { in sched_rtlocal_runq_scan()
/xnu-8020.140.41/tools/lldbmacros/
H A Dscheduler.py653 …for rt_runq_thread in ParanoidIterateLinkageChain(rt_pri_rq.pri_queue, "thread_t", "runq_links", c…