Home
last modified time | relevance | path

Searched defs:will_wake (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs507 pub fn will_wake(&self, other: &Waker) -> bool { in will_wake() method
768 pub fn will_wake(&self, other: &LocalWaker) -> bool { in will_wake() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs507 pub fn will_wake(&self, other: &Waker) -> bool { in will_wake() method
768 pub fn will_wake(&self, other: &LocalWaker) -> bool { in will_wake() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs507 pub fn will_wake(&self, other: &Waker) -> bool { in will_wake() method
768 pub fn will_wake(&self, other: &LocalWaker) -> bool { in will_wake() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs507 pub fn will_wake(&self, other: &Waker) -> bool { in will_wake() method
768 pub fn will_wake(&self, other: &LocalWaker) -> bool { in will_wake() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/task/
H A Dwake.rs507 pub fn will_wake(&self, other: &Waker) -> bool { in will_wake() method
768 pub fn will_wake(&self, other: &LocalWaker) -> bool { in will_wake() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dcore.rs479 pub(super) unsafe fn will_wake(&self, waker: &Waker) -> bool { in will_wake() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Doneshot.rs407 unsafe fn will_wake(&self, cx: &mut Context<'_>) -> bool { in will_wake() method