HomeSort by relevance Sort by last modified time
    Searched refs:ActiveThreads (Results 1 - 16 of 16) 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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 113 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 113 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 91 std::atomic<unsigned> ActiveThreads;
  /external/llvm/include/llvm/Support/
ThreadPool.h 128 std::atomic<unsigned> ActiveThreads;

Completed in 348 milliseconds