Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libevent/include/event2/
HDevent.h1573 void event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events);
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
HDevent.h1573 void event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events);
/freebsd-13-stable/contrib/libevent/test/
HDregress.c3408 event_base_active_by_fd(base, 1000, EV_READ); in test_active_by_fd()
3411 event_base_active_by_fd(base, -1, EV_READ); in test_active_by_fd()
3443 event_base_active_by_fd(base, data->pair[0], EV_WRITE); in test_active_by_fd()
3444 event_base_active_by_fd(base, data->pair[1], EV_READ); in test_active_by_fd()
3445 event_base_active_by_fd(base, data->pair[1], EV_TIMEOUT); in test_active_by_fd()
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress.c3408 event_base_active_by_fd(base, 1000, EV_READ); in test_active_by_fd()
3411 event_base_active_by_fd(base, -1, EV_READ); in test_active_by_fd()
3443 event_base_active_by_fd(base, data->pair[0], EV_WRITE); in test_active_by_fd()
3444 event_base_active_by_fd(base, data->pair[1], EV_READ); in test_active_by_fd()
3445 event_base_active_by_fd(base, data->pair[1], EV_TIMEOUT); in test_active_by_fd()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDwhatsnew-2.1.txt158 using the event_base_active_by_fd() and event_base_active_by_signal()
HDevent.c3826 event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events) in event_base_active_by_fd() function
HDChangeLog147 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)
/freebsd-13-stable/contrib/libevent/
HDwhatsnew-2.1.txt158 using the event_base_active_by_fd() and event_base_active_by_signal()
HDevent.c3826 event_base_active_by_fd(struct event_base *base, evutil_socket_t fd, short events) in event_base_active_by_fd() function
HDChangeLog147 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)