Home
last modified time | relevance | path

Searched refs:Notified (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreading.cpp35 Notified = true; in notify()
48 return CV.wait_until(Lock, Deadline, [this] { return Notified; }); in wait()
52 bool Notified = false; member in __anon7152f2de0111::Notification
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.cpp30 Notified = true; in notify()
39 return clangd::wait(Lock, CV, D, [&] { return Notified; }); in wait()
H A DThreading.h99 bool Notified = false;