Searched refs:ThreadPool (Results 1 – 8 of 8) sorted by relevance
55 class ThreadPool {57 ThreadPool() {} in ThreadPool() function59 ~ThreadPool();99 ThreadPool(const ThreadPool&) = delete;
27 class ThreadPool; variable59 const ThreadPool& thread_pool() const;60 ThreadPool* mutable_thread_pool();
27 class ThreadPool; variable48 const ThreadPool& thread_pool() const;49 ThreadPool* mutable_thread_pool();
171 void ThreadPool::ExecuteImpl(int task_count, int stride, Task* tasks) { in ExecuteImpl()202 void ThreadPool::CreateThreads(int threads_count) { in CreateThreads()216 ThreadPool::~ThreadPool() { in ~ThreadPool()
39 const ThreadPool& Context::thread_pool() const { return ctx().thread_pool(); } in thread_pool()40 ThreadPool* Context::mutable_thread_pool() { in mutable_thread_pool()
64 ThreadPool thread_pool_;
42 const ThreadPool& Ctx::thread_pool() const { return impl().thread_pool_; } in thread_pool()43 ThreadPool* Ctx::mutable_thread_pool() { return &mutable_impl()->thread_pool_; } in mutable_thread_pool()
1070 static Eigen::ThreadPool pool(max_num_threads ? max_num_threads : 1);
Completed in 9 milliseconds