Home
last modified time | relevance | path

Searched defs:wake (Results 1 – 25 of 74) sorted by relevance

123

/external/rust/crates/tokio/src/sync/task/
Datomic_waker.rs303 pub(crate) fn wake(&self) { in wake() method
360 fn wake(self); in wake() method
365 fn wake(self) { in wake() method
375 fn wake(self) { in wake() method
/external/rust/crates/mio/src/sys/unix/
Dwaker.rs30 pub fn wake(&self) -> io::Result<()> { in wake() method
87 pub fn wake(&self) -> io::Result<()> { in wake() method
132 pub fn wake(&self) -> io::Result<()> { in wake() method
/external/rust/crates/futures-task/src/
Darc_wake.rs31 fn wake(self: Arc<Self>) { in wake() method
/external/rust/crates/mio/src/sys/shell/
Dwaker.rs13 pub fn wake(&self) -> io::Result<()> { in wake() method
/external/rust/crates/mio/src/
Dwaker.rs93 pub fn wake(&self) -> io::Result<()> { in wake() method
/external/rust/crates/tokio/src/runtime/
Ddefer.rs22 pub(crate) fn wake(&mut self) { in wake() method
/external/rust/crates/mio/src/sys/windows/
Dwaker.rs23 pub fn wake(&self) -> io::Result<()> { in wake() method
/external/rust/crates/async-trait/tests/executor/
Dmod.rs13 unsafe fn wake(_null: *const ()) { in block_on_simple() function
/external/rust/crates/async-task/tests/
Dwaker_ready.rs101 fn wake() { in wake() function
/external/crosvm/cros_async/src/
Dwaker.rs20 fn wake(weak_self: Weak<Self>) { in wake() method
/external/rust/crates/tokio/src/sync/tests/
Dnotify.rs27 unsafe fn wake(_data: *const ()) { in notify_clones_waker_before_lock() function
/external/crosvm/devices/src/
Di8042.rs73 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
Dsuspendable.rs44 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
Ddebugcon.rs97 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
/external/rust/crates/tokio-test/src/
Dtask.rs198 fn wake(&self) { in wake() method
238 unsafe fn wake(raw: *const ()) { in wake() function
/external/rust/crates/tokio/src/util/
Dwake.rs11 fn wake(arc_self: Arc<Self>); in wake() method
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c137 nsec_t start, wake; in worker_thread() local
/external/rust/crates/futures-core/src/task/__internal/
Datomic_waker.rs358 pub fn wake(&self) { in wake() method
/external/rust/crates/futures-util/benches_disabled/
Dbilock.rs19 fn wake(_: &Arc<Self>) {} in notify_noop() method
/external/crosvm/devices/src/pci/
Dpci_root.rs86 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
504 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
602 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
710 fn wake(&mut self) -> anyhow::Result<()> { in wake() method
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_identity.h124 bool wake; // This thread is to be woken from a Mutex. member
/external/abseil-cpp/absl/base/internal/
Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/
Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.h73 bool wake; // This thread is to be woken from a Mutex. member

123