Home
last modified time | relevance | path

Searched refs:ThreadPoolInterface (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dthread_pool_interface.h27 class ThreadPoolInterface {
29 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
36 typedef ThreadPoolInterface* (*CreateThreadPoolFunc)(void);
39 ThreadPoolInterface* CreateDefaultThreadPool();
Dcreate_default_thread_pool.cc28 ThreadPoolInterface* CreateDefaultThreadPoolImpl() { in CreateDefaultThreadPoolImpl()
38 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool()
Ddynamic_thread_pool.h34 class DynamicThreadPool final : public ThreadPoolInterface {
Dsecure_server_credentials.h55 std::unique_ptr<ThreadPoolInterface> thread_pool_;
/external/grpc-grpc/src/cpp/server/
Dthread_pool_interface.h27 class ThreadPoolInterface {
29 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
36 typedef ThreadPoolInterface* (*CreateThreadPoolFunc)(void);
39 ThreadPoolInterface* CreateDefaultThreadPool();
Dcreate_default_thread_pool.cc28 ThreadPoolInterface* CreateDefaultThreadPoolImpl() { in CreateDefaultThreadPoolImpl()
38 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool()
Ddynamic_thread_pool.h35 class DynamicThreadPool final : public ThreadPoolInterface {
Dsecure_server_credentials.h48 std::unique_ptr<ThreadPoolInterface> thread_pool_;
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.h30 class ThreadPoolInterface; variable
132 explicit ThreadPool(thread::ThreadPoolInterface* user_threadpool);
216 Eigen::ThreadPoolInterface* AsEigenThreadPool() const;
232 Eigen::ThreadPoolInterface* underlying_threadpool_;
Dthreadpool_interface.h24 class ThreadPoolInterface : public Eigen::ThreadPoolInterface {};
Dthreadpool_options.h26 thread::ThreadPoolInterface* inter_op_threadpool = nullptr;
29 thread::ThreadPoolInterface* intra_op_threadpool = nullptr;
Dthreadpool.cc108 ThreadPool::ThreadPool(thread::ThreadPoolInterface* user_threadpool) { in ThreadPool()
266 Eigen::ThreadPoolInterface* ThreadPool::AsEigenThreadPool() const { in AsEigenThreadPool()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dthreadpool.h36 class ThreadPoolInterface {
39 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
97 class ThreadPool : public ThreadPoolInterface {
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DThreadPoolInterface.h17 class ThreadPoolInterface {
28 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.cc30 thread::ThreadPoolInterface* underlying_threadpool) { in NewRenamedDevice()
54 thread::ThreadPoolInterface* underlying_threadpool) in RenamedDevice()
Drenamed_device.h35 thread::ThreadPoolInterface* underlying_threadpool = nullptr);
159 thread::ThreadPoolInterface* underlying_threadpool);
/external/tensorflow/tensorflow/lite/kernels/
Deigen_support.cc65 class EigenThreadPoolWrapper : public Eigen::ThreadPoolInterface {
126 std::unique_ptr<Eigen::ThreadPoolInterface> thread_pool_wrapper_;
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.h35 class UnboundedThreadPool : public thread::ThreadPoolInterface {
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.h28 class ThreadPoolInterface; variable
Devaluation_utils_test.cc32 const Eigen::ThreadPoolInterface* pool = in TEST()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.h78 std::unique_ptr<ThreadPoolInterface> thread_pool_;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h109 …ThreadPoolDevice(ThreadPoolInterface* pool, int num_cores) : pool_(pool), num_threads_(num_cores) … in ThreadPoolDevice()
272 ThreadPoolInterface* pool_;
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.h116 std::unique_ptr<ThreadPoolInterface> thread_pool_;
/external/tensorflow/tensorflow/core/util/
Dmkl_threadpool.h106 Eigen::ThreadPoolInterface* eigen_interface_ = nullptr;
/external/eigen/unsupported/Eigen/CXX11/
DThreadPool55 #include "src/ThreadPool/ThreadPoolInterface.h"

12