Searched refs:thread_pool_size (Results 1 – 8 of 8) sorted by relevance
21 v8::Platform* CreateDefaultPlatform(int thread_pool_size) { in CreateDefaultPlatform() argument23 platform->SetThreadPoolSize(thread_pool_size); in CreateDefaultPlatform()87 void DefaultPlatform::SetThreadPoolSize(int thread_pool_size) { in SetThreadPoolSize() argument89 DCHECK(thread_pool_size >= 0); in SetThreadPoolSize()90 if (thread_pool_size < 1) { in SetThreadPoolSize()91 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in SetThreadPoolSize()94 std::max(std::min(thread_pool_size, kMaxThreadPoolSize), 1); in SetThreadPoolSize()
38 void SetThreadPoolSize(int thread_pool_size); in NON_EXPORTED_BASE()
31 thread_pool_size=1, argument40 thread_pool_size=thread_pool_size,
24 int thread_pool_size = 0);
42 int64 thread_pool_size) in FunctionBufferingResource() argument50 "buffer_resource", thread_pool_size, in FunctionBufferingResource()
69 thread_pool_size=2,
120 thread_pool_size=1,
261 const int thread_pool_size = in DirectSession() local263 if (thread_pool_size > 0) { in DirectSession()264 for (int i = 0; i < thread_pool_size; ++i) { in DirectSession()