Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dwaker.rs31 pub fn wake(&self) -> io::Result<()> { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dwaker.rs36 pub(crate) fn wake(&self) -> io::Result<()> { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/
Dwaker.rs42 pub(crate) fn wake(&self) -> io::Result<()> { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs72 pub(crate) fn wake(&self) { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dwaker.rs42 unsafe fn wake(ptr: *const ()) { in wake() function
Dtask_handle.rs202 pub(crate) fn wake(self) { in wake() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs33 fn wake(ptr: *const ()) { in wake() function
Ddriver.rs90 pub(crate) fn wake(&self) { in wake() method
Dcurrent_thread.rs74 fn wake(&self) { in wake() method
98 fn wake(ptr: *const ()) { in wake() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs243 pub(crate) fn wake(&self, ready: Ready) { in wake() method