Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress.c1768 activate_other_event_cb(evutil_socket_t fd, short what, void *other_) in activate_other_event_cb() function
1784 event_assign(&ev3, data->base, -1, 0, activate_other_event_cb, &ev4); in test_active_later()
1785 event_assign(&ev4, data->base, -1, 0, activate_other_event_cb, &ev3); in test_active_later()