/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/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/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 31 TEST(ThreadPool, Empty) { in TEST() argument 38 TEST(ThreadPool, DoWork) { in TEST() argument 125 TEST(ThreadPool, ParallelFor) { in TEST() argument 152 TEST(ThreadPool, ParallelForWithWorkerId) { in TEST() argument
|
D | threadpool.cc | 109 ThreadPool::ThreadPool(Env* env, const string& name, int num_threads) in ThreadPool() function in tensorflow::thread::ThreadPool 112 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() function in tensorflow::thread::ThreadPool 116 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool() function in tensorflow::thread::ThreadPool
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util_test.cc | 28 TEST(ProcessUtilTest, ThreadPool) { in TEST() argument
|
/external/icu/icu4c/source/test/intltest/ |
D | simplethread.h | 69 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
|
/external/libxcam/modules/soft/ |
D | soft_handler.h | 32 class ThreadPool; variable
|
D | soft_worker.h | 31 class ThreadPool; variable
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_env.h | 25 class ThreadPool; variable
|
/external/libxcam/xcore/ |
D | thread_pool.cpp | 102 ThreadPool::ThreadPool (const char *name) in ThreadPool() function in XCam::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 | 54 class ThreadPool; variable
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 727 class ThreadPool(Pool): class
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 793 class ThreadPool(Pool): class
|