Searched defs:evsel (Results 1 - 3 of 3) sorted by relevance

/external/libevent/
H A Devent-internal.h173 const struct eventop *evsel; member in struct:event_base
H A Devmap.c265 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 local
[all...]
H A Devent.c493 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
1557 const struct eventop *evsel = base->evsel; local
[all...]

Completed in 39 milliseconds