/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | tracked_tfrt_cpu_device_buffer_test.cc | 35 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 68 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 105 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 134 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local
|
D | pjrt_client_test.cc | 241 tensorflow::thread::ThreadPool thread_pool( in TEST_P() local 288 tensorflow::thread::ThreadPool thread_pool( in TEST_P() local 378 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 422 tensorflow::thread::ThreadPool thread_pool( in TEST() local
|
/external/libgav1/src/utils/ |
D | threadpool_test.cc | 82 std::unique_ptr<ThreadPool> thread_pool = ThreadPool::Create(100); in TEST() local 95 std::unique_ptr<ThreadPool> thread_pool = ThreadPool::Create(100); in TEST() local 107 std::unique_ptr<ThreadPool> thread_pool = ThreadPool::Create(100); in TEST() local 114 std::unique_ptr<ThreadPool> thread_pool = ThreadPool::Create(0); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client_server_test.cc | 168 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 251 tensorflow::thread::ThreadPool thread_pool( in TEST_P() local 287 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 324 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 374 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 423 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 464 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 499 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 529 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local 567 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST_P() local [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_notification.cpp | 20 ThreadPool thread_pool(1); in test_notification_single() local 44 ThreadPool thread_pool(1); in test_notification_multiple() local
|
D | cxx11_tensor_thread_local.cpp | 38 Eigen::ThreadPool thread_pool(num_threads); in test_simple_thread_local() local 78 Eigen::ThreadPool thread_pool(num_threads); in test_large_number_of_tasks_no_spill() local 113 Eigen::ThreadPool thread_pool(num_threads); in test_large_number_of_tasks_with_spill() local
|
/external/grpc-grpc/test/core/event_engine/windows/ |
D | iocp_test.cc | 60 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local 142 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local 206 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local 231 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local 255 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local 276 auto thread_pool = grpc_event_engine::experimental::MakeThreadPool(8); in TEST_F() local
|
D | windows_endpoint_test.cc | 45 auto thread_pool = MakeThreadPool(8); in TEST_F() local 91 auto thread_pool = MakeThreadPool(8); in TEST_F() local
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | notification_test.cc | 27 thread::ThreadPool* thread_pool = in TEST() local 56 thread::ThreadPool* thread_pool = in TEST() local
|
D | blocking_counter_test.cc | 38 thread::ThreadPool* thread_pool = in TEST() local 55 std::unique_ptr<thread::ThreadPool> thread_pool( in BM_BlockingCounter() local
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 149 thread_pool, argument 168 thread_pool=None, argument 264 thread_pool, argument 285 thread_pool=None, argument
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 102 thread::ThreadPool* thread_pool = in TEST_F() local 127 thread::ThreadPool* thread_pool = in TEST_F() local 207 thread::ThreadPool* thread_pool = in TEST_F() local 430 thread::ThreadPool* thread_pool = in TEST_F() local 471 thread::ThreadPool* thread_pool = in TEST_F() local 513 thread::ThreadPool* thread_pool = in TEST_F() local 641 thread::ThreadPool* thread_pool = in TEST_F() local 760 thread::ThreadPool* thread_pool = in TEST_F() local 804 thread::ThreadPool* thread_pool = in TEST_F() local
|
/external/tensorflow/tensorflow/core/tfrt/eager/ |
D | tfrt_context.h | 45 explicit ThreadPoolInterfaceWrapper(Eigen::ThreadPoolInterface* thread_pool) in ThreadPoolInterfaceWrapper() 67 Eigen::ThreadPoolInterface& thread_pool() const { in thread_pool() function
|
/external/rust/android-crates-io/crates/futures-executor/src/ |
D | lib.rs | 61 mod thread_pool; module
|
/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/ |
D | test.rs | 12 let thread_pool = ThreadPoolBuilder::new().build().unwrap(); in panic_propagate() localVariable 25 let thread_pool = ThreadPoolBuilder::new().num_threads(22).build().unwrap(); in workers_stop() localVariable 55 let thread_pool = ThreadPoolBuilder::new().num_threads(22).build().unwrap(); in sleeper_stop() localVariable
|
/external/grpc-grpc/src/core/lib/event_engine/thread_pool/ |
D | thread_pool_factory.cc | 40 auto thread_pool = std::make_shared<WorkStealingThreadPool>(reserve_threads); in MakeThreadPool() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | windows_engine.h | 95 ThreadPool* thread_pool() { return thread_pool_.get(); } in thread_pool() function
|
/external/libgav1/src/ |
D | threading_strategy.h | 74 ThreadPool* thread_pool() const { return thread_pool_.get(); } in thread_pool() function
|
D | threading_strategy_test.cc | 215 ThreadPool* const thread_pool = in VerifyFrameParallel() local 286 ThreadPool* const thread_pool = in TEST() local
|
/external/grpc-grpc/src/core/lib/event_engine/windows/ |
D | windows_engine.h | 104 ThreadPool* thread_pool() { return thread_pool_.get(); } in thread_pool() function
|
D | windows_endpoint.h | 107 ThreadPool* thread_pool; member
|
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_scheduling_adaptor.cpp | 27 typedef boost::executors::basic_thread_pool thread_pool; typedef
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pxd.pxi | 92 cdef thread_pool(self) member in AioServer
|
/external/tensorflow/tensorflow/core/kernels/ |
D | searchsorted_op.cc | 56 thread::ThreadPool* thread_pool = worker_threads.workers; in Compute() local 85 thread::ThreadPool* thread_pool = worker_threads.workers; in Compute() local
|
/external/ruy/ruy/ |
D | context.cc | 40 const ThreadPool& Context::thread_pool() const { return ctx().thread_pool(); } in thread_pool() function in ruy::Context
|