Searched refs:Throttle (Results 1 – 1 of 1) sorted by relevance
467 llvm::Optional<PreambleThrottlerRequest> Throttle; in run() local476 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()