Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadPool.h74 bool workCompletedUnlocked() { return !ActiveThreads && Tasks.empty(); } in workCompletedUnlocked()
94 unsigned ActiveThreads = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadPool.cpp46 ++ActiveThreads; in ThreadPool()
57 --ActiveThreads; in ThreadPool()