HomeSort by relevance Sort by last modified time
    Searched full:activeq (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
event.c 360 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)) {
  /external/chromium_org/third_party/libevent/
event.c 360 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 167 milliseconds