Searched refs:event_base_active_by_fd (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | event.h | 1574 void event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events);
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress.c | 3413 event_base_active_by_fd(base, 1000, EV_READ); in test_active_by_fd() 3416 event_base_active_by_fd(base, -1, EV_READ); in test_active_by_fd() 3448 event_base_active_by_fd(base, data->pair[0], EV_WRITE); in test_active_by_fd() 3449 event_base_active_by_fd(base, data->pair[1], EV_READ); in test_active_by_fd() 3450 event_base_active_by_fd(base, data->pair[1], EV_TIMEOUT); in test_active_by_fd()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | whatsnew-2.1.txt | 158 using the event_base_active_by_fd() and event_base_active_by_signal()
|
H A D | event.c | 3831 event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events) in event_base_active_by_fd() function
|
H A D | ChangeLog | 147 o Add support for EV_TIMEOUT to event_base_active_by_fd (3f893f0a John Ohl) 871 o New event_base_active_by_fd API (865a142 Greg Hazel, 5c9da9a, 87fa2b0)
|