Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp193 SingleThreadExecutor::SingleThreadExecutor(ThreadPoolStrategy S) { in SingleThreadExecutor() function in SingleThreadExecutor
201 void SingleThreadExecutor::wait() { in wait()
210 void SingleThreadExecutor::wait(ThreadPoolTaskGroup &) { in wait()
216 bool SingleThreadExecutor::isWorkerThread() const { in isWorkerThread()
220 SingleThreadExecutor::~SingleThreadExecutor() { wait(); } in ~SingleThreadExecutor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h218 class SingleThreadExecutor : public ThreadPoolInterface {
221 SingleThreadExecutor(ThreadPoolStrategy ignored = {});
224 ~SingleThreadExecutor() override;
257 using DefaultThreadPool = SingleThreadExecutor;