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