/external/libiio/src/iiod/ |
D | thread-pool.c | 38 struct thread_pool { struct 46 struct thread_pool *pool; argument 79 void (*f)(struct thread_pool *, void *), in thread_pool_add_thread() argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_notification.cpp | 37 ThreadPool thread_pool(1); in test_notification_single() local 61 ThreadPool thread_pool(1); in test_notification_multiple() local
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | threadpool.py | 66 def __init__(self, input_dataset, thread_pool): argument 78 def override_threadpool(dataset, thread_pool): argument
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client_server_test.cc | 94 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 176 tensorflow::thread::ThreadPool thread_pool( in TEST() local 223 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 272 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 332 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 376 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() local 414 tensorflow::thread::ThreadPool thread_pool(tensorflow::Env::Default(), in TEST() 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 | 144 metadata_transformer, thread_pool, thread_pool_size): argument 160 thread_pool=None, argument 243 response_serializers, thread_pool, thread_pool_size, argument 260 thread_pool=None, argument
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _server.py | 523 def _handle_unary_unary(rpc_event, state, method_handler, thread_pool): argument 532 def _handle_unary_stream(rpc_event, state, method_handler, thread_pool): argument 541 def _handle_stream_unary(rpc_event, state, method_handler, thread_pool): argument 550 def _handle_stream_stream(rpc_event, state, method_handler, thread_pool): argument 592 def _handle_with_method_handler(rpc_event, method_handler, thread_pool): argument 615 def _handle_call(rpc_event, generic_handlers, interceptor_pipeline, thread_pool, argument 652 interceptor_pipeline, thread_pool, maximum_concurrent_rpcs): argument 805 def __init__(self, thread_pool, generic_handlers, interceptors, options, argument 835 def create_server(thread_pool, generic_rpc_handlers, interceptors, options, 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/rust/crates/rayon-core/src/thread_pool/ |
D | test.rs | 14 let thread_pool = ThreadPoolBuilder::new().build().unwrap(); in panic_propagate() localVariable 26 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/rust/crates/futures-executor/src/ |
D | lib.rs | 60 mod thread_pool; module
|
/external/libgav1/libgav1/src/ |
D | threading_strategy.h | 74 ThreadPool* thread_pool() const { return thread_pool_.get(); } in thread_pool() function
|
/external/ruy/ruy/ |
D | context.cc | 39 const ThreadPool& Context::thread_pool() const { return ctx().thread_pool(); } in thread_pool() function in ruy::Context
|
D | ctx.cc | 42 const ThreadPool& Ctx::thread_pool() const { return impl().thread_pool_; } in thread_pool() function in ruy::Ctx
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | single_threaded_cpu_device.cc | 34 static thread::ThreadPool* thread_pool = in GraphRunnerThreadPool() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | bincount_op.cc | 56 ThreadPool* thread_pool = in Compute() local 101 ThreadPool* thread_pool = in Compute() local 142 ThreadPool* thread_pool = in Compute() local
|
/external/tensorflow/tensorflow/cc/client/ |
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
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | _cancel_many_calls_test.py | 94 def _serve(state, server, server_completion_queue, thread_pool): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | platform_util.cc | 185 tensorflow::thread::ThreadPool thread_pool( in GetStreamExecutors() local
|
D | compiler.h | 172 tensorflow::thread::ThreadPool* thread_pool = nullptr; member
|
/external/rust/crates/tokio/src/runtime/thread_pool/ |
D | mod.rs | 49 let thread_pool = ThreadPool { spawner }; in new() localVariable
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | matrix_diag_op.cc | 378 auto thread_pool = in Compute() local 438 auto thread_pool = in Compute() local
|
D | matrix_band_part_op.cc | 145 auto thread_pool = in operator ()() local
|
/external/rust/crates/rayon-core/src/spawn/ |
D | test.rs | 64 let thread_pool = ThreadPoolBuilder::new().build().unwrap(); in termination_while_things_are_executing() localVariable
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 322 Eigen::ThreadPoolDevice thread_pool(pool.AsEigenThreadPool(), in ReplayComputation() local 456 tensorflow::thread::ThreadPool thread_pool( in RealMain() local
|