Home
last modified time | relevance | path

Searched refs:event_base_active_by_fd (Results 1 – 5 of 5) sorted by relevance

/external/libevent/include/event2/
Devent.h1576 void event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events);
/external/libevent/test/
Dregress.c3296 event_base_active_by_fd(base, 1000, EV_READ); in test_active_by_fd()
3299 event_base_active_by_fd(base, -1, EV_READ); in test_active_by_fd()
3331 event_base_active_by_fd(base, data->pair[0], EV_WRITE); in test_active_by_fd()
3332 event_base_active_by_fd(base, data->pair[1], EV_READ); in test_active_by_fd()
/external/libevent/
Dwhatsnew-2.1.txt158 using the event_base_active_by_fd() and event_base_active_by_signal()
Devent.c3774 event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events) in event_base_active_by_fd() function
DChangeLog558 o New event_base_active_by_fd API (865a142 Greg Hazel, 5c9da9a, 87fa2b0)