Searched refs:numRemovedThreads (Results 1 – 1 of 1) sorted by relevance
1131 uint32_t numRemovedThreads = 0; in CreateThreadPool() local1165 numRemovedThreads = numAPIReservedThreads; in CreateThreadPool()1169 numRemovedThreads = in CreateThreadPool()1170 std::max(1U, (numRemovedThreads + numAPIThreadsPerCore - 1) / 2); in CreateThreadPool()1173 numThreads -= numRemovedThreads; in CreateThreadPool()1310 if (numRemovedThreads) in CreateThreadPool()1312 --numRemovedThreads; in CreateThreadPool()