Home
last modified time | relevance | path

Searched refs:noop_waker (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/futures-task/src/
Dlib.rs45 mod noop_waker; module
46 pub use crate::noop_waker::noop_waker;
47 pub use crate::noop_waker::noop_waker_ref;
Dnoop_waker.rs29 pub fn noop_waker() -> Waker { in noop_waker() function
/external/rust/crates/futures-util/src/io/
Dwrite_all_vectored.rs54 use crate::task::noop_waker;
118 let waker = noop_waker(); in test_writer_read_from_one_buf()
141 let waker = noop_waker(); in test_writer_read_from_multiple_bufs()
160 let waker = noop_waker(); in test_write_all_vectored()
/external/rust/crates/futures-util/src/future/future/
Dmod.rs600 let noop_waker = crate::task::noop_waker(); in now_or_never() localVariable
601 let mut cx = Context::from_waker(&noop_waker); in now_or_never()
/external/rust/crates/futures-test/src/task/
Dmod.rs48 pub use futures_util::task::{noop_waker, noop_waker_ref};
/external/rust/crates/futures-util/src/task/
Dmod.rs18 pub use futures_task::noop_waker;
/external/rust/crates/tokio/tests/
Dsync_notify.rs213 use futures::task::noop_waker; in test_waker_update()
220 let noop = noop_waker(); in test_waker_update()
/external/rust/crates/futures-test/src/
Dassert_unmoved.rs181 use futures_util::task::noop_waker;
203 let waker = noop_waker(); in dont_double_panic()
/external/crosvm/cros_async/src/sys/unix/
Dfd_executor.rs36 use futures::task::noop_waker;
508 let waker = noop_waker(); in drop()
During_executor.rs80 use futures::task::noop_waker;
850 let waker = noop_waker(); in drop()
/external/rust/crates/tokio/src/process/unix/
Dreap.rs220 let waker = futures::task::noop_waker(); in reaper()
/external/rust/crates/tokio/src/process/
Dmod.rs1543 let waker = futures::task::noop_waker(); in no_kill_if_reaped()