Home
last modified time | relevance | path

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

/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/
Dwaker.rs31 pub fn wake(&self) -> io::Result<()> { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs70 pub(crate) fn wake(&self) { in wake() method
Dwake_list.rs36 pub(crate) wake: Waker, field
Dsemaphore_inner.rs206 let wake = cx.waker().clone(); in poll_acquire() localVariable
Dwatch.rs362 let wake = cx.waker().clone(); in poll_notified() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dwaker.rs42 unsafe fn wake(ptr: *const ()) { in wake() function
Dtask_handle.rs230 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
Dcurrent_thread.rs221 fn wake(ptr: *const ()) { in wake() function
285 let mut wake = true; in block_on() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
Darray.rs240 let wake = cx.waker().clone(); in poll() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dkqueue.rs150 pub fn wake(&self, token: Token) -> io::Result<()> { in wake() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs247 pub(crate) fn wake(&self, ready: Ready) { in wake() method