Searched refs:numHWCoresPerNode (Results 1 – 1 of 1) sorted by relevance
1024 uint32_t numHWCoresPerNode = (uint32_t)nodes[0].cores.size(); in CreateThreadPool() local1031 if ((numHWCoresPerNode * numHWHyperThreads) > 32) in CreateThreadPool()1033 numHWCoresPerNode = 32 / numHWHyperThreads; in CreateThreadPool()1050 uint32_t numCoresPerNode = numHWCoresPerNode; in CreateThreadPool()