Searched refs:CurrentReq (Results 1 – 1 of 1) sorted by relevance
263 assert(!CurrentReq && "Already processing a request?"); in run()268 CurrentReq = std::move(*NextReq); in run()273 WithContext Guard(std::move(CurrentReq->Ctx)); in run()279 build(std::move(*CurrentReq)); in run()284 CurrentReq.reset(); in run()314 return wait(Lock, ReqCV, Timeout, [&] { return !NextReq && !CurrentReq; }); in blockUntilIdle()340 llvm::Optional<Request> CurrentReq; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon5c4233ba0311::PreambleThread