/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 27 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument 31 Threads.reserve(ThreadCount); in ThreadPool() 32 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool() 115 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument 117 if (ThreadCount) { in ThreadPool() 118 errs() << "Warning: request a ThreadPool with " << ThreadCount in ThreadPool()
|
D | Parallel.cpp | 66 explicit ThreadPoolExecutor(unsigned ThreadCount = hardware_concurrency()) in ThreadPoolExecutor() argument 67 : Done(ThreadCount) { in ThreadPoolExecutor() 70 std::thread([&, ThreadCount] { in ThreadPoolExecutor() 71 for (size_t i = 1; i < ThreadCount; ++i) { in ThreadPoolExecutor()
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument 30 Threads.reserve(ThreadCount); in ThreadPool() 31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool() 118 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument 120 if (ThreadCount) { in ThreadPool() 121 errs() << "Warning: request a ThreadPool with " << ThreadCount in ThreadPool()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 56 int ThreadCount = 0; in splitCodeGen() local 72 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen() 73 BCOSs[ThreadCount]->flush(); in splitCodeGen() 76 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen()
|
/external/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 56 int ThreadCount = 0; in splitCodeGen() local 72 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen() 73 BCOSs[ThreadCount]->flush(); in splitCodeGen() 76 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen()
|
/external/swiftshader/src/SwiftShader/ |
D | SwiftShader.ini | 27 ThreadCount=0 key
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ThreadPool.h | 47 ThreadPool(unsigned ThreadCount);
|
/external/llvm/include/llvm/Support/ |
D | ThreadPool.h | 70 ThreadPool(unsigned ThreadCount);
|
/external/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 549 unsigned ThreadCount = 1; in show() local 551 ThreadCount = std::thread::hardware_concurrency(); in show() 552 ThreadPool Pool(ThreadCount); in show()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 333 unsigned ThreadCount = 0; in splitCodeGen() local 367 std::move(BC), ThreadCount++); in splitCodeGen()
|
D | ThinLTOCodeGenerator.cpp | 78 ThreadCount("threads", cl::init(llvm::heavyweight_hardware_concurrency())); 983 ThreadPool Pool(ThreadCount); in run()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 66 static cl::opt<int> ThreadCount("threads", 774 ThreadPool Pool(ThreadCount); in run()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 215 int ThreadCount(ThreadState *thr) { in ThreadCount() function
|
D | tsan_rtl.h | 716 int ThreadCount(ThreadState *thr);
|
D | tsan_rtl.cc | 390 if (flags()->atexit_sleep_ms > 0 && ThreadCount(thr) > 1) in Finalize()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |