Searched refs:ThreadCount (Results 1 – 9 of 9) sorted by relevance
26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument30 Threads.reserve(ThreadCount); in ThreadPool()31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) { in ThreadPool()118 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument120 if (ThreadCount) { in ThreadPool()121 errs() << "Warning: request a ThreadPool with " << ThreadCount in ThreadPool()
56 int ThreadCount = 0; in splitCodeGen() local72 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()
27 ThreadCount=0 key
70 ThreadPool(unsigned ThreadCount);
549 unsigned ThreadCount = 1; in show() local551 ThreadCount = std::thread::hardware_concurrency(); in show()552 ThreadPool Pool(ThreadCount); in show()
66 static cl::opt<int> ThreadCount("threads",774 ThreadPool Pool(ThreadCount); in run()
215 int ThreadCount(ThreadState *thr) { in ThreadCount() function
716 int ThreadCount(ThreadState *thr);
390 if (flags()->atexit_sleep_ms > 0 && ThreadCount(thr) > 1) in Finalize()