Searched refs:kMaxThreadPoolSize (Results 1 – 2 of 2) sorted by relevance
46 const int DefaultPlatform::kMaxThreadPoolSize = 8; member in v8::platform::DefaultPlatform94 std::max(std::min(thread_pool_size, kMaxThreadPoolSize), 1); in SetThreadPoolSize()
75 static const int kMaxThreadPoolSize; in NON_EXPORTED_BASE()