Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp42 int newThreadCount = std::min<int>(requested, MaxThreadCount); in grow() local
43 while (static_cast<int>(Threads.size()) < newThreadCount) { in grow()