Home
last modified time | relevance | path

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

12

/external/rust/crates/futures/tests/
Darc_wake.rs22 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
70 fn wake_by_ref(_arc_self: &Arc<Self>) { in proper_refcount_on_wake_panic() 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/tokio/tests/
Dio_driver.rs20 fn wake_by_ref(_: &Arc<Self>) { in wake_by_ref() method
Dsync_notify.rs115 fn wake_by_ref(_arc_self: &Arc<Self>) {} in notify_in_drop_after_wake() method
Dtime_sleep.rs376 fn wake_by_ref(arc_self: &Arc<Self>) { in drop_from_wake() method
Dio_async_fd.rs35 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/crosvm/cros_async/src/
Dwaker.rs15 fn wake_by_ref(weak_self: &Weak<Self>); in wake_by_ref() method
/external/rust/crates/futures-util/src/stream/futures_unordered/
Dtask.rs45 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/tokio/src/util/
Dwake.rs13 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
/external/rust/crates/tokio/src/runtime/
Dshell.rs91 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
Dbasic_scheduler.rs461 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs78 unsafe fn wake_by_ref<T, S>(ptr: *const ()) in wake_by_ref() function
Dharness.rs137 pub(super) fn wake_by_ref(&self) { in wake_by_ref() function
/external/libchromeos-rs/src/sync/
Dblocking.rs33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/crosvm/cros_async/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/rust/crates/futures-executor/src/
Dlocal_pool.rs61 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
Dthread_pool.rs357 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/futures-util/src/future/future/
Dshared.rs358 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
/external/rust/crates/tokio-test/src/
Dtask.rs243 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
/external/rust/crates/tokio/src/park/
Dthread.rs340 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
/external/rust/crates/async-task/src/
Draw.rs248 unsafe fn wake_by_ref(ptr: *const ()) { in wake_by_ref() function
/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs211 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method

12