Home
last modified time | relevance | path

Searched defs:wake_by_ref (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dtask.rs103 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 Dtask.rs103 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 Dtask.rs103 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 Dtask.rs103 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 Dtask.rs103 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/
Dtask_arc_wake.rs20 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/
Dnotify.rs30 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
Dsemaphore_batch.rs274 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 Dwake.rs152 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 Dwake.rs152 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 Dwake.rs152 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 Dwake.rs152 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 Dwake.rs152 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/
Darc_wake.rs48 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/
Dmod.rs17 unsafe fn wake_by_ref(_null: *const ()) { in block_on_simple() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/tests/
Dwaker_ready.rs140 fn wake_by_ref() { in wake_by_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/task/
Dwake_counter.rs33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_driver.rs21 fn wake_by_ref(_: &Arc<Self>) { in wake_by_ref() method
Dtime_sleep.rs359 fn wake_by_ref(arc_self: &Arc<Self>) { in drop_from_wake() method
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dwaker.rs18 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/
Dwake.rs14 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/
Dwaker.rs89 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 Dblock_on.rs30 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/
Dtask.rs50 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/
Dexecutor.rs150 fn wake_by_ref(task: &Arc<Self>) { in wake_by_ref() method

12