Searched refs:ThreadPoolSize (Results 1 – 3 of 3) sorted by relevance
98 Rebuilder(this, &IndexedSymbols, Opts.ThreadPoolSize), in BackgroundIndex()105 assert(Opts.ThreadPoolSize > 0 && "Thread pool size can't be zero.");107 for (unsigned I = 0; I < Opts.ThreadPoolSize; ++I) {
138 size_t ThreadPoolSize = 4; member
207 BGOpts.ThreadPoolSize = std::max(Opts.AsyncThreadsCount, 1u); in ClangdServer()