Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp53 if (CompileThreads) in ~LLJIT()
54 CompileThreads->wait(); in ~LLJIT()
158 CompileThreads = std::make_unique<ThreadPool>(S.NumCompileThreads); in LLJIT()
164 CompileThreads->async(std::move(Work)); in LLJIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h143 std::unique_ptr<ThreadPool> CompileThreads; variable