Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h118 ThreadPool &TheThreadPool; member
131 BPThreadPool(ThreadPool &TheThreadPool) : TheThreadPool(TheThreadPool) {} in BPThreadPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp33 TheThreadPool.async([=]() { in async()
63 TheThreadPool.wait(); in wait()
85 ThreadPool TheThreadPool; in run() local
87 TP.emplace(TheThreadPool); in run()