/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | task.rs | 103 fn wake_by_ref(self: &Arc<Self>) { in wake_by_ref() method 163 unsafe fn wake_by_ref<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function 281 fn wake_by_ref(self: &Rc<Self>) { in wake_by_ref() method 335 unsafe fn wake_by_ref<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | task.rs | 103 fn wake_by_ref(self: &Arc<Self>) { in wake_by_ref() method 163 unsafe fn wake_by_ref<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function 281 fn wake_by_ref(self: &Rc<Self>) { in wake_by_ref() method 335 unsafe fn wake_by_ref<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | task.rs | 103 fn wake_by_ref(self: &Arc<Self>) { in wake_by_ref() method 163 unsafe fn wake_by_ref<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function 281 fn wake_by_ref(self: &Rc<Self>) { in wake_by_ref() method 335 unsafe fn wake_by_ref<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | task.rs | 103 fn wake_by_ref(self: &Arc<Self>) { in wake_by_ref() method 163 unsafe fn wake_by_ref<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function 281 fn wake_by_ref(self: &Rc<Self>) { in wake_by_ref() method 335 unsafe fn wake_by_ref<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | task.rs | 103 fn wake_by_ref(self: &Arc<Self>) { in wake_by_ref() method 163 unsafe fn wake_by_ref<W: Wake + Send + Sync + 'static>(waker: *const ()) { in raw_waker() function 281 fn wake_by_ref(self: &Rc<Self>) { in wake_by_ref() method 335 unsafe fn wake_by_ref<W: LocalWake + 'static>(waker: *const ()) { in local_raw_waker() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | task_arc_wake.rs | 20 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method 64 fn wake_by_ref(_arc_self: &Arc<Self>) { in proper_refcount_on_wake_panic() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | notify.rs | 30 unsafe fn wake_by_ref(_data: *const ()) { in notify_clones_waker_before_lock() function 58 fn wake_by_ref(_arc_self: &Arc<Self>) { in notify_waiters_handles_panicking_waker() method
|
D | semaphore_batch.rs | 274 fn wake_by_ref(_arc_self: &Arc<Self>) {} in release_permits_at_drop() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 152 wake_by_ref: unsafe fn(*const ()), field 487 pub fn wake_by_ref(&self) { in wake_by_ref() method 748 pub fn wake_by_ref(&self) { in wake_by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 152 wake_by_ref: unsafe fn(*const ()), field 487 pub fn wake_by_ref(&self) { in wake_by_ref() method 748 pub fn wake_by_ref(&self) { in wake_by_ref() 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 | 152 wake_by_ref: unsafe fn(*const ()), field 487 pub fn wake_by_ref(&self) { in wake_by_ref() method 748 pub fn wake_by_ref(&self) { in wake_by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/task/ |
H A D | wake.rs | 152 wake_by_ref: unsafe fn(*const ()), field 487 pub fn wake_by_ref(&self) { in wake_by_ref() method 748 pub fn wake_by_ref(&self) { in wake_by_ref() 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 | 152 wake_by_ref: unsafe fn(*const ()), field 487 pub fn wake_by_ref(&self) { in wake_by_ref() method 748 pub fn wake_by_ref(&self) { in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-task/src/ |
D | arc_wake.rs | 48 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/executor/ |
D | mod.rs | 17 unsafe fn wake_by_ref(_null: *const ()) { in block_on_simple() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/tests/ |
D | waker_ready.rs | 140 fn wake_by_ref() { in wake_by_ref() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/task/ |
D | wake_counter.rs | 33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_driver.rs | 21 fn wake_by_ref(_: &Arc<Self>) { in wake_by_ref() method
|
D | time_sleep.rs | 359 fn wake_by_ref(arc_self: &Arc<Self>) { in drop_from_wake() method
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | waker.rs | 18 fn wake_by_ref(weak_self: &Weak<Self>); in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | wake.rs | 14 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | waker.rs | 89 unsafe fn wake_by_ref(ptr: *const ()) { in wake_by_ref() function
|
/aosp_15_r20/external/crosvm/cros_async/src/blocking/sys/linux/ |
H A D | block_on.rs | 30 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/ |
D | task.rs | 50 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/ |
D | executor.rs | 150 fn wake_by_ref(task: &Arc<Self>) { in wake_by_ref() method
|