Searched refs:thread_pool_size (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 150 thread_pool_size, argument 157 self.thread_pool_size = thread_pool_size 169 thread_pool_size=None, argument 197 thread_pool_size, 265 thread_pool_size, argument 273 self.thread_pool_size = thread_pool_size 286 thread_pool_size=None, argument 319 thread_pool_size, 344 effective_options.thread_pool_size,
|
D | _server_adaptations.py | 449 thread_pool_size, argument 459 _DEFAULT_POOL_SIZE if thread_pool_size is None else thread_pool_size
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/ |
D | server.cpp | 21 const std::string& doc_root, std::size_t thread_pool_size) in server() argument 22 : thread_pool_size_(thread_pool_size), in server()
|
D | server.hpp | 33 const std::string& doc_root, std::size_t thread_pool_size);
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _beta_features_test.py | 171 thread_pool_size=test_constants.POOL_SIZE 196 thread_pool_size=test_constants.POOL_SIZE 334 thread_pool_size=test_constants.POOL_SIZE 348 thread_pool_size=test_constants.POOL_SIZE
|
/external/flatbuffers/tests/MyGame/Example/ |
D | monster_test_grpc_fb.py | 222 …server_options = beta_implementations.server_options(thread_pool=pool, thread_pool_size=pool_size,… 238 …host=host, metadata_transformer=metadata_transformer, thread_pool=pool, thread_pool_size=pool_size)
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | replay_computation.cc | 303 int thread_pool_size = opts.intra_op_thread_pool_size < 0 in ReplayComputation() local 307 thread_pool_size); in ReplayComputation()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 326 const int thread_pool_size = in DirectSession() local 328 if (thread_pool_size > 0) { in DirectSession() 329 for (int i = 0; i < thread_pool_size; ++i) { in DirectSession()
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 60757 u32 thread_pool_size; member
|
D | vmlinux.h | 60757 u32 thread_pool_size; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 26999 u32 thread_pool_size; member
|
D | vmlinux.h | 26999 u32 thread_pool_size; member
|