Home
last modified time | relevance | path

Searched refs:activeq (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libevent/
Devent.c348 struct event_list *activeq = NULL; in event_process_active() local
354 activeq = base->activequeues[i]; in event_process_active()
359 assert(activeq != NULL); in event_process_active()
361 for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) { in event_process_active()