Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DThreadPool.cpp28 : ActiveThreads(0), EnableFlag(true) { in ThreadPool()
51 ++ActiveThreads; in ThreadPool()
62 --ActiveThreads; in ThreadPool()
79 [&] { return !ActiveThreads && Tasks.empty(); }); in wait()
116 : ActiveThreads(0) { in ThreadPool()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreadPool.h92 std::atomic<unsigned> ActiveThreads; variable