Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp734 mutable std::condition_variable RequestsCV; member in clang::clangd::__anon589430d30611::ASTWorker
1133 RequestsCV.notify_all(); in updatePreamble()
1289 RequestsCV.notify_all(); in stop()
1362 RequestsCV.notify_all(); in startTask()
1400 wait(Lock, RequestsCV, Wait); in run()
1447 RequestsCV.notify_all(); in run()
1525 return wait(Lock, RequestsCV, Timeout, [&] { in blockUntilIdle()