Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/
H A Dwaker.rs64 pub(crate) fn new_waker<W: WeakWake>(w: Weak<W>) -> Waker { in new_waker() function
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/tests/
Dfuture.rs24 let new_waker = in multiple_receiver_polls_keeps_only_latest_waker() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dshared.rs216 let new_waker = cx.waker(); in record_waker() localVariable