Searched refs:CurrentReq (Results 1 – 1 of 1) sorted by relevance
470 assert(!CurrentReq && "Already processing a request?"); in run()488 CurrentReq = std::move(*NextReq); in run()493 WithContext Guard(std::move(CurrentReq->Ctx)); in run()499 build(std::move(*CurrentReq)); in run()506 CurrentReq.reset(); in run()536 return wait(Lock, ReqCV, Timeout, [&] { return !NextReq && !CurrentReq; }); in blockUntilIdle()562 llvm::Optional<Request> CurrentReq; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon589430d30611::PreambleThread