Searched defs:notified (Results 1 – 4 of 4) sorted by relevance
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