Searched refs:try_poll_unpin (Results 1 – 3 of 3) sorted by relevance
70 match a.try_poll_unpin(cx) { in poll()73 Poll::Pending => match b.try_poll_unpin(cx) { in poll()
50 match f.try_poll_unpin(cx) { in poll()
613 fn try_poll_unpin(&mut self, cx: &mut Context<'_>) -> Poll<Result<Self::Ok, Self::Error>> in try_poll_unpin() method