pub unsafe fn ppoll( fds: *mut pollfd, nfds: nfds_t, tmo_p: *const timespec, sigmask: *const sigset_t, ) -> Result<int>
Wait for events on one or more file descriptors while also awaiting signals.