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

/external/llvm/lib/Support/
H A DThreadPool.cpp26 ThreadPool::ThreadPool(unsigned ThreadCount) argument
28 // Create ThreadCount threads that will loop forever, wait on QueueCondition
30 Threads.reserve(ThreadCount);
31 for (unsigned ThreadID = 0; ThreadID < ThreadCount; ++ThreadID) {
114 // No threads are launched, issue a warning if ThreadCount is not 0
115 ThreadPool::ThreadPool(unsigned ThreadCount)
117 if (ThreadCount) {
118 errs() << "Warning: request a ThreadPool with " << ThreadCount
/external/llvm/include/llvm/Support/
H A DThreadPool.h68 /// Construct a pool of \p ThreadCount threads
69 ThreadPool(unsigned ThreadCount);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc227 int ThreadCount(ThreadState *thr) { function in namespace:__tsan
H A Dtsan_rtl.cc382 if (flags()->atexit_sleep_ms > 0 && ThreadCount(thr) > 1)
H A Dtsan_rtl.h683 int ThreadCount(ThreadState *thr);

Completed in 583 milliseconds