Searched refs:Notified (Results 1 – 3 of 3) sorted by relevance
35 Notified = true; in notify()48 return CV.wait_until(Lock, Deadline, [this] { return Notified; }); in wait()52 bool Notified = false; member in __anon7152f2de0111::Notification
30 Notified = true; in notify()39 return clangd::wait(Lock, CV, D, [&] { return Notified; }); in wait()
99 bool Notified = false;