reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
120 CompileThreads.async(std::move(Work));
include/llvm/Support/TaskQueue.h97 Scheduler.async(std::move(T)); 120 Scheduler.async(std::move(Continuation));lib/ExecutionEngine/Orc/LLJIT.cpp
138 CompileThreads->async(std::move(Work));
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 274 Pool.async([&]() {
tools/dsymutil/DwarfLinker.cpp2841 pool.async(AnalyzeAll); 2842 pool.async(CloneAll);tools/llvm-cov/CoverageExporterJson.cpp
167 Pool.async([&] {
unittests/Support/ThreadPool.cpp92 Pool.async([this, &checked_in] { 122 Pool.async([this, &i] { 126 Pool.async([&i] { ++i; }); 137 Pool.async([this, &i] { 142 Pool.async([&i] { ++i; }).get(); 156 Pool.async([this, &checked_in] {