Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h119 ThreadPoolInterface &TheThreadPool; member
132 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
133 : TheThreadPool(TheThreadPool) {} in BPThreadPool()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp34 TheThreadPool.async([this, F]() { in async()
64 TheThreadPool.wait(); in wait()
86 DefaultThreadPool TheThreadPool; in run() local
88 TP.emplace(TheThreadPool); in run()