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

  /external/libevent/
evmap.c 265 const struct eventop *evsel = base->evsel; local
284 evsel->fdinfo_len);
320 if (evsel->add(base, ev->ev_fd,
338 const struct eventop *evsel = base->evsel; local
377 if (evsel->del(base, ev->ev_fd, old, res, extra) == -1)
420 const struct eventop *evsel = base->evsigsel; local
433 if (evsel->add(base, ev->ev_fd, 0, EV_SIGNAL, NULL)
446 const struct eventop *evsel = base->evsigsel local
    [all...]
event-internal.h 173 const struct eventop *evsel; member in struct:event_base
event.c 493 return base->evsel->features;
607 base->evsel = eventops[i];
609 base->evbase = base->evsel->init(base);
615 base->evsel = NULL;
621 event_msgx("libevent using: %s", base->evsel->name);
771 if (base->evsel != NULL && base->evsel->dealloc != NULL)
772 base->evsel->dealloc(base);
798 const struct eventop *evsel; local
805 evsel = base->evsel
1557 const struct eventop *evsel = base->evsel; local
    [all...]

Completed in 66 milliseconds