Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/index/
H A DBackground.cpp133 size_t BuildIndexPeriodMs, size_t ThreadPoolSize) in BackgroundIndex() argument
136 BuildIndexPeriodMs(BuildIndexPeriodMs), in BackgroundIndex()
147 if (BuildIndexPeriodMs > 0) {
149 BuildIndexPeriodMs);
357 assert(BuildIndexPeriodMs > 0); in buildIndex()
364 IndexCV.wait_for(Lock, std::chrono::milliseconds(BuildIndexPeriodMs)); in buildIndex()
456 if (BuildIndexPeriodMs > 0) in index()
H A DBackground.h75 size_t BuildIndexPeriodMs = 0,
109 const size_t BuildIndexPeriodMs; variable