Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DThreadPool.cpp27 : ActiveThreads(0), EnableFlag(true) { in ThreadPool()
49 ++ActiveThreads; in ThreadPool()
65 --ActiveThreads; in ThreadPool()
79 [&] { return Tasks.empty() && !ActiveThreads; }); in wait()
116 : ActiveThreads(0) { in ThreadPool()
/external/llvm/include/llvm/Support/
DThreadPool.h127 std::atomic<unsigned> ActiveThreads; variable