Searched refs:kMaxThreadPoolSize (Results 1 – 2 of 2) sorted by relevance
33 const int DefaultPlatform::kMaxThreadPoolSize = 4; member in v8::platform::DefaultPlatform72 std::max(std::min(thread_pool_size, kMaxThreadPoolSize), 1); in SetThreadPoolSize()
58 static const int kMaxThreadPoolSize;