Searched refs:ActiveThreads (Results 1 – 2 of 2) sorted by relevance
27 : ActiveThreads(0), EnableFlag(true) { in ThreadPool()50 ++ActiveThreads; in ThreadPool()61 --ActiveThreads; in ThreadPool()78 [&] { return !ActiveThreads && Tasks.empty(); }); in wait()115 : ActiveThreads(0) { in ThreadPool()
91 std::atomic<unsigned> ActiveThreads; variable