Searched refs:thread_pool_size (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 144 metadata_transformer, thread_pool, thread_pool_size): argument 150 self.thread_pool_size = thread_pool_size 161 thread_pool_size=None): argument 183 metadata_transformer, thread_pool, thread_pool_size) 243 response_serializers, thread_pool, thread_pool_size, argument 249 self.thread_pool_size = thread_pool_size 261 thread_pool_size=None, argument 289 response_serializers, thread_pool, thread_pool_size, 310 effective_options.thread_pool_size)
|
D | _server_adaptations.py | 378 thread_pool_size): argument 384 if thread_pool_size is None 385 else thread_pool_size)
|
/external/v8/src/libplatform/ |
D | default-platform.cc | 35 int thread_pool_size, IdleTaskSupport idle_task_support, in NewDefaultPlatform() argument 43 platform->SetThreadPoolSize(thread_pool_size); in NewDefaultPlatform() 49 int thread_pool_size, IdleTaskSupport idle_task_support, in CreateDefaultPlatform() argument 53 thread_pool_size, idle_task_support, in_process_stack_dumping, in CreateDefaultPlatform() 102 void DefaultPlatform::SetThreadPoolSize(int thread_pool_size) { in SetThreadPoolSize() argument 104 DCHECK_GE(thread_pool_size, 0); in SetThreadPoolSize() 105 if (thread_pool_size < 1) { in SetThreadPoolSize() 106 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in SetThreadPoolSize() 109 std::max(std::min(thread_pool_size, kMaxThreadPoolSize), 1); in SetThreadPoolSize()
|
D | default-worker-threads-task-runner.cc | 14 uint32_t thread_pool_size) { in DefaultWorkerThreadsTaskRunner() argument 15 for (uint32_t i = 0; i < thread_pool_size; ++i) { in DefaultWorkerThreadsTaskRunner()
|
D | default-worker-threads-task-runner.h | 20 DefaultWorkerThreadsTaskRunner(uint32_t thread_pool_size); in NON_EXPORTED_BASE()
|
D | default-platform.h | 40 void SetThreadPoolSize(int thread_pool_size); in NON_EXPORTED_BASE()
|
/external/v8/include/libplatform/ |
D | libplatform.h | 38 int thread_pool_size = 0, 47 int thread_pool_size = 0,
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _beta_features_test.py | 162 thread_pool_size=test_constants.POOL_SIZE) 180 thread_pool_size=test_constants.POOL_SIZE) 293 thread_pool_size=test_constants.POOL_SIZE) 303 thread_pool_size=test_constants.POOL_SIZE)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.cc | 282 const int thread_pool_size = in DirectSession() local 284 if (thread_pool_size > 0) { in DirectSession() 285 for (int i = 0; i < thread_pool_size; ++i) { in DirectSession()
|
/external/v8/src/ |
D | d8.h | 389 int thread_pool_size = 0; variable
|
D | d8.cc | 2900 options.thread_pool_size = atoi(argv[i] + 19); in SetOptions() 3341 options.thread_pool_size, v8::platform::IdleTaskSupport::kEnabled, in Main()
|