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

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

Completed in 51 milliseconds