Searched refs:io_handler (Results 1 - 1 of 1) sorted by relevance
/systemd/src/libsystemd/sd-event/ |
H A D | test-event.c | 42 static int io_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) { function 197 assert_se(sd_event_add_io(e, &w, d[0], EPOLLIN, io_handler, INT_TO_PTR('d')) >= 0); 206 assert_se(sd_event_add_io(e, &x, a[0], EPOLLIN, io_handler, INT_TO_PTR('a')) >= 0); 207 assert_se(sd_event_add_io(e, &y, b[0], EPOLLIN, io_handler, INT_TO_PTR('b')) >= 0);
|
Completed in 11 milliseconds