Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d654 int threadsPerCore; in getCpuInfo0B() local
674 threadsPerCore = b & 0xFFFF; in getCpuInfo0B()
678 cpuFeatures.maxCores = cpuFeatures.maxThreads / threadsPerCore; in getCpuInfo0B()