/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 25 ThreadPool::ThreadPool() : ThreadPool(hardware_concurrency()) {} in ThreadPool() function in ThreadPool 27 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool 112 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool 115 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool() function in ThreadPool 26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool 115 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool 118 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 34 TEST(ThreadPool, Empty) { in TEST() argument 41 TEST(ThreadPool, DoWork) { in TEST() argument 261 TEST(ThreadPool, ParallelFor) { in TEST() argument 287 TEST(ThreadPool, ParallelForWithAdaptiveSchedulingStrategy) { in TEST() argument 317 TEST(ThreadPool, ParallelForWithWorkerId) { in TEST() argument 355 TEST(ThreadPool, Parallelism) { in TEST() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util_test.cc | 28 TEST(ProcessUtilTest, ThreadPool) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/experimental/ruy/ |
D | thread_pool.h | 56 ThreadPool() {} in ThreadPool() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 89 ThreadPool::ThreadPool(Env* env, const string& name, int num_threads) in ThreadPool() function in tensorflow::thread::ThreadPool 92 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() function in tensorflow::thread::ThreadPool 96 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() function in tensorflow::thread::ThreadPool 108 ThreadPool::ThreadPool(thread::ThreadPoolInterface* user_threadpool) { in ThreadPool() function in tensorflow::thread::ThreadPool
|
/external/icu/icu4c/source/test/intltest/ |
D | simplethread.h | 78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_env.h | 25 class ThreadPool; variable
|
/external/libgav1/libgav1/src/utils/ |
D | threadpool.cc | 85 ThreadPool::ThreadPool(const char name_prefix[], in ThreadPool() function in libgav1::ThreadPool
|
/external/libchrome/base/threading/ |
D | simple_thread_unittest.cc | 201 TEST(SimpleThreadTest, ThreadPool) { in TEST() argument
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceThreadPool.h | 19 typedef NonBlockingThreadPool ThreadPool; typedef
|
/external/tensorflow/tensorflow/core/framework/ |
D | device_base.h | 56 class ThreadPool; variable
|
/external/oss-fuzz/infra/ |
D | helper.py | 21 from multiprocessing.dummy import Pool as ThreadPool unknown
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 727 class ThreadPool(Pool): class
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 913 class ThreadPool(Pool): class
|