Function epoll_wait [src]
Prototype
pub extern "c" fn epoll_wait(epfd: fd_t, events: [*]epoll_event, maxevents: c_uint, timeout: c_int) c_int
Parameters
epfd: fd_t
events: [*]epoll_event
maxevents: c_uint
timeout: c_int
Source
pub extern "c" fn epoll_wait(epfd: fd_t, events: [*]epoll_event, maxevents: c_uint, timeout: c_int) c_int