Searched refs:numRemovedThreads (Results 1 – 1 of 1) sorted by relevance
1028 uint32_t numRemovedThreads = 0; in CreateThreadPool() local1062 numRemovedThreads = numAPIReservedThreads; in CreateThreadPool()1066 … numRemovedThreads = std::max(1U, (numRemovedThreads + numAPIThreadsPerCore - 1) / 2); in CreateThreadPool()1069 numThreads -= numRemovedThreads; in CreateThreadPool()1166 if (numRemovedThreads) in CreateThreadPool()1168 --numRemovedThreads; in CreateThreadPool()