Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()