Home
last modified time | relevance | path

Searched refs:kMaxThreadCount (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/platform/
Dcondition-variable-unittest.cc270 static const int kMaxThreadCount = 16; in TEST() local
273 for (int thread_count = 1; thread_count < kMaxThreadCount; ++thread_count) { in TEST()