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

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devmap-internal.h78 void evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events);
H A Dwin32select.c339 evmap_io_active_(base, s, EV_READ);
349 evmap_io_active_(base, s, EV_WRITE);
360 evmap_io_active_(base, s, EV_WRITE);
H A Ddevpoll.c220 evmap_io_active_(base, events[i].fd, which);
H A Devport.c356 evmap_io_active_(base, fd, res);
H A Dpoll.c210 evmap_io_active_(base, event_set[i].fd, res);
H A Dselect.c204 evmap_io_active_(base, i, res);
H A Depoll.c501 evmap_io_active_(base, events[i].data.fd, ev | EV_ET);
H A Dkqueue.c404 evmap_io_active_(base, events[i].ident, which | EV_ET);
H A Devmap.c412 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) function
H A Devent.c3727 evmap_io_active_(base, fd, events & (EV_READ|EV_WRITE|EV_CLOSED));

Completed in 123 milliseconds