Home
last modified time | relevance | path

Searched defs:notify_one (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwake_list.rs72 pub fn notify_one(&self) -> bool { in notify_one() method
123 pub fn notify_one(&mut self) -> bool { in notify_one() method
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dcondition_variable.h93 void notify_one() noexcept in notify_one() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs86 fn notify_one(&self) { in notify_one() method