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

/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dcondition.c187 DEQUEUE(cond->threadlist, threadcond, link);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dcondition.c187 DEQUEUE(cond->threadlist, threadcond, link);
/macosx-10.10/ntp-92/lib/isc/
H A Dtask.c277 DEQUEUE(task->on_shutdown, event, ev_link);
494 DEQUEUE(task->events, event, ev_link);
577 DEQUEUE(task->events, curr_event, ev_link);
838 DEQUEUE(manager->ready_tasks, task, ready_link);
851 DEQUEUE(task->events, event, ev_link);
968 * and the subsequent immediate DEQUEUE
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dutil.h202 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) macro
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dutil.h197 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) macro
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtask.c410 DEQUEUE(task->on_shutdown, event, ev_link);
628 DEQUEUE(task->events, event, ev_link);
713 DEQUEUE(task->events, curr_event, ev_link);
988 DEQUEUE(manager->ready_tasks, task, ready_link);
1001 DEQUEUE(task->events, event, ev_link);
1120 * and the subsequent immediate DEQUEUE
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dapi.c221 yaml_token_delete(&DEQUEUE(parser, parser->tokens));
394 yaml_event_delete(&DEQUEUE(emitter, emitter->events));
H A Dyaml_private.h484 #define DEQUEUE(context,queue) \ macro
H A Demitter.c293 yaml_event_delete(&DEQUEUE(emitter, emitter->events));
H A Dscanner.c766 *token = DEQUEUE(parser, parser->tokens);

Completed in 289 milliseconds