/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
H A 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 …]
|
/aosp_15_r20/art/runtime/ |
H A D | thread_pool_test.cc | 64 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 80 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 106 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 130 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 157 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 199 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 212 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
|
H A D | barrier_test.cc | 67 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local 119 std::unique_ptr<ThreadPool> thread_pool( in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A 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
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/windows/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A 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
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
H A D | implementations.py | 149 thread_pool, argument 168 thread_pool=None, argument 264 thread_pool, argument 285 thread_pool=None, argument
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A 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
|
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | mark_sweep.cc | 662 MarkStackTask(ThreadPool* thread_pool, in MarkStackTask() 819 CardScanTask(ThreadPool* thread_pool, in CardScanTask() 870 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local 981 RecursiveMarkTask(ThreadPool* thread_pool, in RecursiveMarkTask() 1019 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local 1305 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/ |
H A D | notification_test.cc | 27 thread::ThreadPool* thread_pool = in TEST() local 56 thread::ThreadPool* thread_pool = in TEST() local
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | tfrt_context.h | 45 explicit ThreadPoolInterfaceWrapper(Eigen::ThreadPoolInterface* thread_pool) in ThreadPoolInterfaceWrapper() 67 Eigen::ThreadPoolInterface& thread_pool() const { in thread_pool() function
|
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | thread_pool_impl_unittest.cc | 176 ThreadPoolImpl* thread_pool, in CreateTaskRunnerAndExecutionMode() 201 ThreadPostingTasks(ThreadPoolImpl* thread_pool, in ThreadPostingTasks() 415 ThreadPoolImpl* thread_pool, in CreateSequencedTaskRunnerAndExecutionMode() 603 ThreadPoolImpl thread_pool("Test"); in TEST() local 1436 ThreadPoolImpl* thread_pool = test->thread_pool_.get(); in CreateTaskRunnersAndEvents() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | bincount_op.cc | 58 ThreadPool* thread_pool = in Compute() local 103 ThreadPool* thread_pool = in Compute() local 177 ThreadPool* thread_pool = in Compute() local
|
H A 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
|
/aosp_15_r20/art/runtime/gc/ |
H A D | task_processor_test.cc | 66 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create("task processor test", 1U)); in TEST_F() local 136 std::unique_ptr<ThreadPool> thread_pool(ThreadPool::Create("task processor test", 1U)); in TEST_F() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | threading_strategy_test.cc | 215 ThreadPool* const thread_pool = in VerifyFrameParallel() local 286 ThreadPool* const thread_pool = in TEST() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | elf_writer_quick.cc | 252 std::unique_ptr<ThreadPool> thread_pool; in PrepareDebugInfo() local 274 std::unique_ptr<ThreadPool> thread_pool; in WriteDebugInfo() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | windows_endpoint.cc | 54 const EndpointConfig& /* config */, ThreadPool* thread_pool, in WindowsEndpoint() 365 ThreadPool* thread_pool) in AsyncIOState()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/client/ |
H A D | client_session_test.cc | 121 thread::ThreadPool thread_pool(Env::Default(), "pool", 2); in TEST() local 161 thread::ThreadPool thread_pool(Env::Default(), "pool", 2); in TEST() local
|