Function rustix::backend::event::syscalls::poll

source ยท
pub(crate) fn poll(fds: &mut [PollFd<'_>], timeout: c_int) -> Result<usize>