Home
last modified time | relevance | path

Searched refs:ThreadCount (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
DThreadPool.cpp26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() argument
30 Threads.reserve(ThreadCount); in ThreadPool()
31 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()
/external/llvm/include/llvm/Support/
DThreadPool.h69 ThreadPool(unsigned ThreadCount);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc227 int ThreadCount(ThreadState *thr) { in ThreadCount() function
Dtsan_rtl.h683 int ThreadCount(ThreadState *thr);
Dtsan_rtl.cc382 if (flags()->atexit_sleep_ms > 0 && ThreadCount(thr) > 1) in Finalize()