Searched refs:ThreadPoolExecutor (Results 1 – 1 of 1) sorted by relevance
49 class ThreadPoolExecutor : public Executor { class51 explicit ThreadPoolExecutor(ThreadPoolStrategy S = hardware_concurrency()) { in ThreadPoolExecutor() function in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor83 ~ThreadPoolExecutor() override { in ~ThreadPoolExecutor()94 static void *call() { return new ThreadPoolExecutor(strategy); } in call()97 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call()154 static ManagedStatic<ThreadPoolExecutor, ThreadPoolExecutor::Creator, in getDefaultExecutor()155 ThreadPoolExecutor::Deleter> in getDefaultExecutor()157 static std::unique_ptr<ThreadPoolExecutor> Exec(&(*ManagedExec)); in getDefaultExecutor()