Searched refs:dequeue_head (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dqueue.c159 dequeue_head( function
H A Dqueue.h113 #define dequeue(queue) dequeue_head(queue)
131 extern queue_entry_t dequeue_head(
179 dequeue_head(
634 *(elt) = dequeue_head(&(q)->head); \
H A Dthread_call.c198 call = TC(dequeue_head(&thread_call_internal_queue));
819 call = TC(dequeue_head(&group->pending_queue));
H A Dthread.c427 while ((thread = (thread_t)dequeue_head(&thread_terminate_queue)) != THREAD_NULL) {
495 while ((thread = (thread_t)dequeue_head(&thread_stack_queue)) != THREAD_NULL) {
H A Dsched_prim.c2305 processor = (processor_t)dequeue_head(&cset->active_queue);
2531 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dkmod.c1169 e = (cmd_queue_entry_t *)dequeue_head(&kmod_cmd_queue);

Completed in 40 milliseconds