Home
last modified time | relevance | path

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

/external/libevent/
Dwin32select.c341 evmap_io_active_(base, s, EV_READ); in win32_dispatch()
351 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch()
361 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch()
Devmap-internal.h78 void evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events);
Ddevpoll.c220 evmap_io_active_(base, events[i].fd, which); in devpoll_dispatch()
Dselect.c204 evmap_io_active_(base, i, res); in select_dispatch()
Devport.c356 evmap_io_active_(base, fd, res); in evport_dispatch()
Dpoll.c223 evmap_io_active_(base, event_set[i].fd, res); in poll_dispatch()
Dkqueue.c418 evmap_io_active_(base, events[i].ident, which | EV_ET); in kq_dispatch()
Depoll.c505 evmap_io_active_(base, events[i].data.fd, ev | EV_ET); in epoll_dispatch()
Devmap.c420 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_() function
Devent.c3832 evmap_io_active_(base, fd, events & (EV_READ|EV_WRITE|EV_CLOSED)); in event_base_active_by_fd()