Searched refs:TheThreadPool (Results 1 – 2 of 2) sorted by relevance
118 ThreadPoolInterface &TheThreadPool; member131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()132 : TheThreadPool(TheThreadPool) {} in BPThreadPool()
34 TheThreadPool.async([this, F]() { in async() 64 TheThreadPool.wait(); in wait() 86 DefaultThreadPool TheThreadPool; in run() 88 TP.emplace(TheThreadPool); in run() 85 DefaultThreadPool TheThreadPool; run() local