Searched refs:newThreadCount (Results 1 – 1 of 1) sorted by relevance
42 int newThreadCount = std::min<int>(requested, MaxThreadCount); in grow() local43 while (static_cast<int>(Threads.size()) < newThreadCount) { in grow()