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

/darwin-on-arm/xnu/osfmk/kern/
H A Dqueue.c99 dequeue_head( function
H A Dqueue.h113 #define dequeue(queue) dequeue_head(queue)
131 extern queue_entry_t dequeue_head(
187 dequeue_head(
666 *(elt) = dequeue_head(&(q)->head); \
H A Dsched_fixedpriority.c455 while ((thread = (thread_t)dequeue_head(&bqueue)) != THREAD_NULL) {
461 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dsched_grrr.c376 while ((thread = (thread_t)dequeue_head(&bqueue)) != THREAD_NULL) {
382 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dthread_call.c374 call = TC(dequeue_head(&thread_call_internal_queue));
1172 call = TC(dequeue_head(&group->pending_queue));
H A Dthread.c485 while ((thread = (thread_t)dequeue_head(&thread_terminate_queue)) != THREAD_NULL) {
571 while ((thread = (thread_t)dequeue_head(&thread_stack_queue)) != THREAD_NULL) {
H A Dsched_prim.c1679 thread = (thread_t)dequeue_head(q);
1732 thread = (thread_t)dequeue_head(&rt_runq.queue);
2750 thread = (thread_t)dequeue_head(&fs_runq.queue);
2813 thread = (thread_t)dequeue_head(queue);
3423 processor = (processor_t)dequeue_head(&cset->active_queue);
3679 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dtask_policy.c2138 while((twp = (task_watch_t *)dequeue_head(&task->task_watchers)) != NULL)
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1661 call = (timer_call_t) dequeue_head(&cpu_warm_call_list);

Completed in 51 milliseconds