Searched refs:numHWHyperThreads (Results 1 – 1 of 1) sorted by relevance
1025 uint32_t numHWHyperThreads = (uint32_t)nodes[0].cores[0].threadIds.size(); in CreateThreadPool() local1031 if ((numHWCoresPerNode * numHWHyperThreads) > 32) in CreateThreadPool()1033 numHWCoresPerNode = 32 / numHWHyperThreads; in CreateThreadPool()1051 uint32_t numHyperThreads = numHWHyperThreads; in CreateThreadPool()1158 numAPIThreadsPerCore = std::min(numAPIThreadsPerCore, numHWHyperThreads); in CreateThreadPool()1162 numAPIThreadsPerCore = numHWHyperThreads; in CreateThreadPool()