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

  /external/chromium/third_party/libevent/
event.c 188 base->evsel = eventops[i];
190 base->evbase = base->evsel->init(base);
198 base->evsel->name);
248 if (base->evsel->dealloc != NULL)
249 base->evsel->dealloc(base, base->evbase);
270 const struct eventop *evsel = base->evsel; local
276 if (!evsel->need_reinit)
291 if (base->evsel->dealloc != NULL)
292 base->evsel->dealloc(base, base->evbase)
467 const struct eventop *evsel = base->evsel; local
703 const struct eventop *evsel = base->evsel; local
781 const struct eventop *evsel; local
    [all...]
event-internal.h 50 const struct eventop *evsel; member in struct:event_base
ChangeLog 126 o do not insert event into list when evsel->add fails
  /external/qemu/
ppc-dis.c     [all...]

Completed in 52 milliseconds