Searched defs:notified (Results 1 – 6 of 6) sorted by relevance
61 pub(crate) fn notified(&self) { in notified() method77 fn notified(&self) { in notified() method
28 HcBool notified; member
33 volatile atomic_bool notified; member
128 bool notified = cancelScreenOffCv_.wait_for(lock, std::chrono::milliseconds(timeoutMs), [this] { in TryToCancelScreenOff() local
495 bool notified = false; variable
400 pub async fn notified(&mut self) -> Result<(), RecvError> { in notified() method