Function epoll_pwait2

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