Searched refs:qe_dequeue_head (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | queue.h | 541 #define qe_dequeue_head(head, type, field) ({ \ macro
|
| H A D | thread_call.c | 623 thread_call_t call = qe_dequeue_head(&thread_call_internal_queue, in _internal_call_allocate() 1664 thread_call_t call = qe_dequeue_head(&group->pending_queue, in thread_call_thread()
|
| H A D | waitq.c | 2903 thread = qe_dequeue_head(&args.threadq, struct thread, wait_links); in waitq_wakeup64_identify_locked()
|
| H A D | sched_prim.c | 4138 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | queue_implementation.h | 541 #define qe_dequeue_head(head, type, field) ({ \ macro
|