Searched refs:RequestsCV (Results 1 – 1 of 1) sorted by relevance
734 mutable std::condition_variable RequestsCV; member in clang::clangd::__anon589430d30611::ASTWorker1133 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()