Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp344 opt<unsigned> WorkerThreadsCount{ variable
777 if (!Sync && WorkerThreadsCount == 0) { in main()
784 if (WorkerThreadsCount.getNumOccurrences()) in main()
786 WorkerThreadsCount = 0; in main()
905 Opts.AsyncThreadsCount = WorkerThreadsCount; in main()