Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libevent/test/
H A Dregress.c1478 test_multiple_cb(int fd, short event, void *arg) in test_multiple_cb() function
1493 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
1495 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
/aosp_15_r20/external/libevent/test/
H A Dregress.c2336 test_multiple_cb(evutil_socket_t fd, short event, void *arg) in test_multiple_cb() function
2351 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
2353 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()