Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp488 mutable std::condition_variable RequestsCV; member in clang::clangd::__anon5c4233ba0311::ASTWorker
815 RequestsCV.notify_all(); in updatePreamble()
958 RequestsCV.notify_all(); in stop()
998 RequestsCV.notify_all(); in startTask()
1036 wait(Lock, RequestsCV, Wait); in run()
1082 RequestsCV.notify_all(); in run()
1161 return wait(Lock, RequestsCV, Timeout, [&] { in blockUntilIdle()