[][src]Function simple_libc::select::pselect_simple

pub fn pselect_simple(
    readfds: &[Int],
    writefds: &[Int],
    errorfds: &[Int],
    timeout: Option<Duration>,
    sigmask: Option<Sigset>
) -> Result<(Vec<Int>, Vec<Int>, Vec<Int>)>