Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h117 struct BPThreadPool { struct
131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool() argument
142 std::optional<BPThreadPool> &TP) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp29 void BalancedPartitioning::BPThreadPool::async(Func &&F) { in async()
53 void BalancedPartitioning::BPThreadPool::wait() { in wait()
83 std::optional<BPThreadPool> TP; in run()
115 std::optional<BPThreadPool> &TP) const { in bisect()