HomeSort by relevance Sort by last modified time
    Searched refs:ActiveThreads (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
ThreadPool.cpp 27 : ActiveThreads(0), EnableFlag(true) {
49 ++ActiveThreads;
63 // Adjust `ActiveThreads`, in case someone waits on ThreadPool::wait()
65 --ActiveThreads;
78 // The order of the checks for ActiveThreads and Tasks.empty() matters because
82 [&] { return !ActiveThreads && Tasks.empty(); });
119 : ActiveThreads(0) {
  /external/llvm/include/llvm/Support/
ThreadPool.h 128 std::atomic<unsigned> ActiveThreads;

Completed in 66 milliseconds