poll

Function poll 

Source
pub fn poll(
    locked: &mut Locked<Unlocked>,
    current_task: &mut CurrentTask,
    user_pollfds: UserRef<pollfd>,
    num_fds: i32,
    mask: Option<SigSet>,
    deadline: MonotonicInstant,
) -> Result<usize, Errno>