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 D | wake.rs | 507 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 D | wake.rs | 507 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 D | wake.rs | 507 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 D | wake.rs | 507 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 D | wake.rs | 507 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/ |
D | core.rs | 479 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/ |
D | oneshot.rs | 407 unsafe fn will_wake(&self, cx: &mut Context<'_>) -> bool { in will_wake() method
|