/external/rust/crates/futures/tests/ |
D | arc_wake.rs | 22 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/ |
D | arc_wake.rs | 48 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
|
/external/rust/crates/async-trait/tests/executor/ |
D | mod.rs | 17 unsafe fn wake_by_ref(_null: *const ()) { in block_on_simple() function
|
/external/rust/crates/async-task/tests/ |
D | waker_ready.rs | 140 fn wake_by_ref() { in wake_by_ref() function
|
/external/rust/crates/tokio/tests/ |
D | io_driver.rs | 20 fn wake_by_ref(_: &Arc<Self>) { in wake_by_ref() method
|
D | sync_notify.rs | 115 fn wake_by_ref(_arc_self: &Arc<Self>) {} in notify_in_drop_after_wake() method
|
D | time_sleep.rs | 376 fn wake_by_ref(arc_self: &Arc<Self>) { in drop_from_wake() method
|
D | io_async_fd.rs | 35 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/crosvm/cros_async/src/ |
D | waker.rs | 15 fn wake_by_ref(weak_self: &Weak<Self>); in wake_by_ref() method
|
/external/rust/crates/futures-util/src/stream/futures_unordered/ |
D | task.rs | 45 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/tokio/src/util/ |
D | wake.rs | 13 fn wake_by_ref(arc_self: &Arc<Self>); in wake_by_ref() method
|
/external/rust/crates/tokio/src/runtime/ |
D | shell.rs | 91 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
D | basic_scheduler.rs | 461 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/tokio/src/runtime/task/ |
D | waker.rs | 78 unsafe fn wake_by_ref<T, S>(ptr: *const ()) in wake_by_ref() function
|
D | harness.rs | 137 pub(super) fn wake_by_ref(&self) { in wake_by_ref() function
|
/external/libchromeos-rs/src/sync/ |
D | blocking.rs | 33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/crosvm/cros_async/src/sync/ |
D | blocking.rs | 33 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/grpcio/src/task/ |
D | executor.rs | 149 fn wake_by_ref(task: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/futures-executor/src/ |
D | local_pool.rs | 61 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
D | thread_pool.rs | 357 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/futures-util/src/future/future/ |
D | shared.rs | 358 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|
/external/rust/crates/tokio-test/src/ |
D | task.rs | 243 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
|
/external/rust/crates/tokio/src/park/ |
D | thread.rs | 340 unsafe fn wake_by_ref(raw: *const ()) { in wake_by_ref() function
|
/external/rust/crates/async-task/src/ |
D | raw.rs | 248 unsafe fn wake_by_ref(ptr: *const ()) { in wake_by_ref() function
|
/external/rust/crates/futures-util/src/compat/ |
D | compat03as01.rs | 211 fn wake_by_ref(arc_self: &Arc<Self>) { in wake_by_ref() method
|