Searched refs:SingleThreadExecutor (Results 1 – 2 of 2) sorted by relevance
192 SingleThreadExecutor::SingleThreadExecutor(ThreadPoolStrategy S) { in SingleThreadExecutor() function in SingleThreadExecutor200 void SingleThreadExecutor::wait() { in wait()209 void SingleThreadExecutor::wait(ThreadPoolTaskGroup &) { in wait()215 bool SingleThreadExecutor::isWorkerThread() const { in isWorkerThread()219 SingleThreadExecutor::~SingleThreadExecutor() { wait(); } in ~SingleThreadExecutor()
219 class LLVM_ABI SingleThreadExecutor : public ThreadPoolInterface {222 SingleThreadExecutor(ThreadPoolStrategy ignored = {});225 ~SingleThreadExecutor() override;258 using DefaultThreadPool = SingleThreadExecutor;