Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dqueue.h520 #define qe_dequeue_head(head, type, field) ({ \ macro
H A Dthread_call.c645 thread_call_t call = qe_dequeue_head(&thread_call_internal_queue, in _internal_call_allocate()
1740 thread_call_t call = qe_dequeue_head(&group->pending_queue, in thread_call_thread()
H A Dsched_prim.c4344 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()