Function ppoll

Source
pub unsafe fn ppoll(
    fds: *mut pollfd,
    nfds: nfds_t,
    tmo_p: *const timespec,
    sigmask: *const sigset_t,
) -> Result<int>
Expand description

Wait for events on one or more file descriptors while also awaiting signals.