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

  /external/llvm/lib/Support/
ThreadPool.cpp 28 // Create ThreadCount threads that will loop forever, wait on QueueCondition
38 QueueCondition.wait(LockGuard,
98 QueueCondition.notify_one();
108 QueueCondition.notify_all();
  /external/llvm/include/llvm/Support/
ThreadPool.h 121 std::condition_variable QueueCondition;

Completed in 72 milliseconds