reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/TUScheduler.h
   32 unsigned getDefaultAsyncThreadsCount();

References

tools/clang/tools/extra/clangd/ClangdServer.h
   84     unsigned AsyncThreadsCount = getDefaultAsyncThreadsCount();
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  272     init(getDefaultAsyncThreadsCount()),
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  128   TUScheduler S(CDB, getDefaultAsyncThreadsCount(),
  183         CDB, getDefaultAsyncThreadsCount(),
  213     TUScheduler S(CDB, getDefaultAsyncThreadsCount(),
  249         CDB, getDefaultAsyncThreadsCount(), /*StorePreamblesInMemory=*/true,
  306         CDB, getDefaultAsyncThreadsCount(), /*StorePreamblesInMemory=*/true,
  375     TUScheduler S(CDB, getDefaultAsyncThreadsCount(),
  595                 /*AsyncThreadsCount=*/getDefaultAsyncThreadsCount(),
  648                 /*AsyncThreadsCount=*/getDefaultAsyncThreadsCount(),
  682   TUScheduler S(CDB, /*AsyncThreadsCount=*/getDefaultAsyncThreadsCount(),
  756   TUScheduler S(CDB, /*AsyncThreadsCount=*/getDefaultAsyncThreadsCount(),
  784   TUScheduler S(CDB, /*AsyncThreadsCount=*/getDefaultAsyncThreadsCount(),