Function kernel::syscall::poll_interest

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