Searched refs:activate_other_event_cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.c | 1850 activate_other_event_cb(evutil_socket_t fd, short what, void *other_) in activate_other_event_cb() function 1866 event_assign(&ev3, data->base, -1, 0, activate_other_event_cb, &ev4); in test_active_later() 1867 event_assign(&ev4, data->base, -1, 0, activate_other_event_cb, &ev3); in test_active_later()
|
/freebsd/contrib/libevent/test/ |
H A D | regress.c | 1850 activate_other_event_cb(evutil_socket_t fd, short what, void *other_) in activate_other_event_cb() function 1866 event_assign(&ev3, data->base, -1, 0, activate_other_event_cb, &ev4); in test_active_later() 1867 event_assign(&ev4, data->base, -1, 0, activate_other_event_cb, &ev3); in test_active_later()
|