Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwaker.rs36 pub(crate) fn wake(&self) -> io::Result<()> { in wake() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dwaker.rs31 pub fn wake(&self) -> io::Result<()> { in wake() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Datomic_waker.rs70 pub(crate) fn wake(&self) { in wake() method
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex.cpp251 void mutexPrivate::wake() in wake() function in ffrt::mutexPrivate
H A Dpoller.cpp502 …bool wake = timerMap_.empty() || (absoluteTime < timerMap_.begin()->first && flag_ == EpollStatus:… in RegisterTimerImpl() local
544 bool wake = false; in UnregisterTimer() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dwaker.rs42 unsafe fn wake(ptr: *const ()) { in wake() function
H A Dtask_handle.rs230 pub(crate) fn wake(self) { in wake() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs33 fn wake(ptr: *const ()) { in wake() function
H A Dcurrent_thread.rs221 fn wake(ptr: *const ()) { in wake() function
285 let mut wake = true; in block_on() localVariable
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs301 fn wake(&self, events: &[EpollEvent]) in wake() method
411 fn wake(&self) in wake() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs150 pub fn wake(&self, token: Token) -> io::Result<()> { in wake() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs247 pub(crate) fn wake(&self, ready: Ready) { in wake() method