Home
last modified time | relevance | path

Searched defs:ThreadPool (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Support/
DThreadPool.cpp24 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/
DThreadPool.cpp25 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/
Dthreadpool_test.cc31 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
Dthreadpool.cc109 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/
Dprocess_util_test.cc28 TEST(ProcessUtilTest, ThreadPool) { in TEST() argument
/external/icu/icu4c/source/test/intltest/
Dsimplethread.h69 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool() function
/external/libxcam/modules/soft/
Dsoft_handler.h32 class ThreadPool; variable
Dsoft_worker.h31 class ThreadPool; variable
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_env.h25 class ThreadPool; variable
/external/libxcam/xcore/
Dthread_pool.cpp102 ThreadPool::ThreadPool (const char *name) in ThreadPool() function in XCam::ThreadPool
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc201 TEST(SimpleThreadTest, ThreadPool) { in TEST() argument
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h19 typedef NonBlockingThreadPool ThreadPool; typedef
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h54 class ThreadPool; variable
/external/python/cpython2/Lib/multiprocessing/
Dpool.py727 class ThreadPool(Pool): class
/external/python/cpython3/Lib/multiprocessing/
Dpool.py793 class ThreadPool(Pool): class