Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libevent/test/
H A Dregress.c2265 test_multiple_cb(evutil_socket_t fd, short event, void *arg) in test_multiple_cb() function
2280 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
2282 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress.c2162 test_multiple_cb(evutil_socket_t fd, short event, void *arg) in test_multiple_cb() function
2177 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
2179 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()