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

References

lib/CodeGen/ParallelCG.cpp
   77           CodegenThreadPool.async(
lib/LTO/LTO.cpp
 1126     BackendThreadPool.async(
lib/LTO/LTOBackend.cpp
  374         CodegenThreadPool.async(
lib/LTO/ThinLTOCodeGenerator.cpp
  914       Pool.async([&](int count) {
 1043       Pool.async([&](int count) {
tools/clang/lib/Tooling/AllTUsExecution.cpp
  120       Pool.async(
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
   96       Pool.async(
tools/dsymutil/dsymutil.cpp
  607         Threads.async(LinkLambda, OS, Options.LinkOpts);
tools/llvm-cov/CodeCoverage.cpp
  958       Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile,
tools/llvm-cov/CoverageReport.cpp
  370     Pool.async(&CoverageReport::prepareSingleFileReport, Filename,
tools/llvm-profdata/llvm-profdata.cpp
  328       Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get());
  339         Pool.async(mergeWriterContexts, Contexts[I].get(),
  343         Pool.async(mergeWriterContexts, Contexts[0].get(),
unittests/Support/ThreadPool.cpp
  112     Pool.async(TestFunc, std::ref(checked_in), i);