Searched refs:test_multiple_cb (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/regress/lib/libevent/ |
H A D | event_regress.c | 1479 test_multiple_cb(int fd, short event, void *arg) in test_multiple_cb() function 1494 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL); in test_multiple_events_for_same_fd() 1496 event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL); in test_multiple_events_for_same_fd()
|