/external/rust/crates/tokio/src/runtime/thread_pool/ |
D | mod.rs | 23 pub(crate) struct ThreadPool { struct 36 /// `Spawner` instances are obtained by calling [`ThreadPool::spawner`]. argument 46 impl ThreadPool { implementation 52 ) -> (ThreadPool, Launch) { in new() 81 impl fmt::Debug for ThreadPool { implementation 87 impl Drop for ThreadPool { implementation
|
/external/rust/crates/rayon-core/src/thread_pool/ |
D | mod.rs | 52 pub struct ThreadPool { struct 56 impl ThreadPool { implementation 60 pub fn new(configuration: Configuration) -> Result<ThreadPool, Box<dyn Error>> { in new() 66 ) -> Result<ThreadPool, ThreadPoolBuildError> in build() 282 impl Drop for ThreadPool { implementation 288 impl fmt::Debug for ThreadPool { implementation
|
D | test.rs | 271 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&Scope<'scope>>, op: OP) in nested_scopes() 307 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&ScopeFifo<'scope>>, op: OP) in nested_fifo_scopes()
|
/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-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 24 ThreadPool::ThreadPool() : ThreadPool(hardware_concurrency()) {} in ThreadPool() function in ThreadPool 26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool 111 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool 114 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
|
/external/rust/crates/futures-executor/src/ |
D | thread_pool.rs | 28 pub struct ThreadPool { struct 46 impl AssertSendSync for ThreadPool {} implementation 55 impl fmt::Debug for ThreadPool { implementation 75 impl ThreadPool { implementation 129 impl Spawn for ThreadPool { implementation 164 impl Clone for ThreadPool { implementation 171 impl Drop for ThreadPool { implementation 262 pub fn create(&mut self) -> Result<ThreadPool, io::Error> { in create()
|
/external/zstd/contrib/pzstd/utils/test/ |
D | ThreadPoolTest.cpp | 19 TEST(ThreadPool, Ordering) { in TEST() argument 34 TEST(ThreadPool, AllJobsFinished) { in TEST() argument 55 TEST(ThreadPool, AddJobWhileJoining) { in TEST() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.cc | 79 ThreadPool::ThreadPool(int num_threads) : num_threads_(num_threads) { in ThreadPool() function in grpc_core::ThreadPool 86 ThreadPool::ThreadPool(int num_threads, const char* thd_name) in ThreadPool() function in grpc_core::ThreadPool 93 ThreadPool::ThreadPool(int num_threads, const char* thd_name, in ThreadPool() function in grpc_core::ThreadPool
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 201 thread_pool: multiprocessing.pool.ThreadPool, 236 toolchain_utils_root: str, thread_pool: multiprocessing.pool.ThreadPool, 383 _thread_pool: multiprocessing.pool.ThreadPool,
|
D | check-presubmit | 201 thread_pool: multiprocessing.pool.ThreadPool, 236 toolchain_utils_root: str, thread_pool: multiprocessing.pool.ThreadPool, 383 _thread_pool: multiprocessing.pool.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 262 TEST(ThreadPool, ParallelFor) { in TEST() argument 288 TEST(ThreadPool, ParallelForWithAdaptiveSchedulingStrategy) { in TEST() argument 318 TEST(ThreadPool, ParallelForWithWorkerId) { in TEST() argument 356 TEST(ThreadPool, Parallelism) { in TEST() argument
|
/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/ruy/ruy/ |
D | context.h | 27 class ThreadPool; variable
|
D | ctx.h | 27 class ThreadPool; variable
|
D | thread_pool.h | 57 ThreadPool() {} in ThreadPool() function
|
/external/zstd/contrib/pzstd/utils/ |
D | ThreadPool.h | 27 explicit ThreadPool(std::size_t numThreads) { in ThreadPool() function
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util_test.cc | 28 TEST(ProcessUtilTest, ThreadPool) { in TEST() argument
|
/external/rust/crates/tokio/src/runtime/ |
D | spawner.rs | 14 ThreadPool(thread_pool::Spawner), enumerator
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|
/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/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | thread_pool.h | 35 explicit ThreadPool(int num_threads) { in ThreadPool() function
|