Function epoll_pwait

Source
pub unsafe extern "C" fn epoll_pwait(
    __epfd: i32,
    __events: *mut epoll_event,
    __maxevents: i32,
    __timeout: i32,
    __ss: *const __sigset_t,
) -> i32