Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp249 ReqCV.wait(Lock, [this] { in update()
256 ReqCV.notify_all(); in update()
265 ReqCV.wait(Lock, [this] { return NextReq || Done; }); in run()
295 ReqCV.notify_all(); in run()
309 ReqCV.notify_all(); in stop()
314 return wait(Lock, ReqCV, Timeout, [&] { return !NextReq && !CurrentReq; }); in blockUntilIdle()
343 mutable std::condition_variable ReqCV; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon5c4233ba0311::PreambleThread