Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp467 llvm::Optional<PreambleThrottlerRequest> Throttle; in run() local
476 Throttle.emplace(FileName, Throttler, ReqCV); in run()
478 if (!Throttle->satisfied()) in run()
482 ReqCV.wait(Lock, [&] { return Throttle->satisfied() || Done; }); in run()
502 Throttle.reset(); in run()