Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Devent.c360 struct event_list *activeq = NULL; in event_process_active() local
366 activeq = base->activequeues[i]; in event_process_active()
371 assert(activeq != NULL); in event_process_active()
373 for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) { in event_process_active()