pub unsafe fn epoll_wait( epfd: int, events: *const epoll_event, maxevents: int, timeout: int, ) -> Result<int>
Wait for an I/O event on an epoll file descriptor.