kernel::syscall

Function poll_interest

Source
pub fn poll_interest<P>(
    task: &Arc<Task<P>>,
    object_handle: usize,
) -> Result<usize, PollInterestError>
where P: Platform,