Searched refs:ActiveThreads (Results 1 – 2 of 2) sorted by relevance
28 : 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()
92 std::atomic<unsigned> ActiveThreads; variable