Home
last modified time | relevance | path

Searched defs:try_poll (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-core/src/
Dfuture.rs80 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<Self::Ok, Self::Error>>; in try_poll() method
91 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in try_poll() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/
Dabortable.rs133 fn try_poll<I>( in try_poll() method
/aosp_15_r20/external/sg3_utils/examples/
H A Dsgq_dd.c694 int try_poll = 0; in decider() local