Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwake_list.rs84 fn notify(&self, notify_type: Notify) -> bool { in notify() method
107 fn notify(&mut self, notify_type: Notify) -> bool { in notify() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dregistry.rs30 notify: AtomicBool, field