Home
last modified time | relevance | path

Searched refs:CompletionCondition (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp63 CompletionCondition.notify_all(); in ThreadPool()
72 CompletionCondition.wait(LockGuard, [&] { return workCompletedUnlocked(); }); in wait()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h94 std::condition_variable CompletionCondition; variable