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

/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c60 queue_head_t pending_queue; member in struct:thread_call_group
250 queue_init(&group->pending_queue);
435 old_queue = call_entry_enqueue_tail(CE(call), &group->pending_queue);
470 if (old_queue == &group->pending_queue)
498 if (old_queue == &group->pending_queue)
550 call = TC(queue_first(&group->pending_queue));
552 while (!queue_end(&group->pending_queue, qe(call))) {
792 if (call->tc_call.queue != &group->pending_queue) {
818 if (call->tc_call.queue != &group->pending_queue) {
1182 call = TC(dequeue_head(&group->pending_queue));
[all...]

Completed in 22 milliseconds