Home
last modified time | relevance | path

Searched refs:ThreadPool (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dthread_pool.h55 class ThreadPool {
57 ThreadPool() {} in ThreadPool() function
59 ~ThreadPool();
99 ThreadPool(const ThreadPool&) = delete;
A Dcontext.h27 class ThreadPool; variable
59 const ThreadPool& thread_pool() const;
60 ThreadPool* mutable_thread_pool();
A Dctx.h27 class ThreadPool; variable
48 const ThreadPool& thread_pool() const;
49 ThreadPool* mutable_thread_pool();
A Dthread_pool.cc171 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()
A Dcontext.cc39 const ThreadPool& Context::thread_pool() const { return ctx().thread_pool(); } in thread_pool()
40 ThreadPool* Context::mutable_thread_pool() { in mutable_thread_pool()
A Dctx_impl.h64 ThreadPool thread_pool_;
A Dctx.cc42 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()
A Dtest.h1070 static Eigen::ThreadPool pool(max_num_threads ? max_num_threads : 1);

Completed in 9 milliseconds