Home
last modified time | relevance | path

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

12

/external/rust/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
Dstream.rs257 fn wake_by_ref(_arc_self: &Arc<Self>) { in flatten_unordered() method
/external/rust/crates/futures-task/src/
Darc_wake.rs48 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
/external/rust/crates/async-trait/tests/executor/
Dmod.rs17 unsafe fn wake_by_ref(_null: *const ()) { in block_on_simple() function
/external/rust/crates/async-task/tests/
Dwaker_ready.rs140 fn wake_by_ref() { in wake_by_ref() function
/external/rust/crates/futures-test/src/task/
Dwake_counter.rs33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/tokio/tests/
Dio_driver.rs21 fn wake_by_ref(_: &Arc<Self>) { in wake_by_ref() method
Dsync_notify.rs118 fn wake_by_ref(_arc_self: &Arc<Self>) {} in notify_in_drop_after_wake() method
Dtime_sleep.rs344 fn wake_by_ref(arc_self: &Arc<Self>) { in drop_from_wake() method
/external/crosvm/cros_async/src/
Dwaker.rs18 fn wake_by_ref(weak_self: &Weak<Self>); in wake_by_ref() method
/external/rust/crates/tokio/src/sync/tests/
Dnotify.rs31 unsafe fn wake_by_ref(_data: *const ()) { in notify_clones_waker_before_lock() function
/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs91 unsafe fn wake_by_ref(ptr: *const ()) { in wake_by_ref() function
Dharness.rs93 pub(super) fn wake_by_ref(&self) { in wake_by_ref() method
/external/rust/crates/tokio/src/util/
Dwake.rs14 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
/external/rust/crates/futures-util/src/stream/futures_unordered/
Dtask.rs50 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/crosvm/cros_async/src/blocking/sys/unix/
Dblock_on.rs30 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/libchromeos-rs/src/sync/
Dblocking.rs33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/grpcio/src/task/
Dexecutor.rs149 fn wake_by_ref(task: &Arc<Self>) { in wake_by_ref() method
/external/crosvm/cros_async/src/sys/windows/
Dwait_for_handle.rs259 fn wake_by_ref(_weak_self: &Weak<Self>) { in wake_by_ref() method
/external/rust/crates/futures-executor/src/
Dlocal_pool.rs64 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
Dthread_pool.rs351 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/tokio/src/runtime/
Dpark.rs342 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
/external/rust/crates/tokio-test/src/
Dtask.rs243 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs187 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/futures-util/src/future/future/
Dshared.rs393 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method

12