今天在看关于CPU Count的一段程序时候发现了以下三个变量: ( I" y+ w' ]- |# o4 J& mwPriCpuCount dw 0 ; number of physical processors in the system.- _' ?' b$ N6 [1 b) }; I1 {
wCoreCount dw 0 ; number of cores in the system.- o( h3 j- C( o: N: e& |3 M
wThreadCount dw 0 ; number of threads (HT CPU) in the system.. R: l/ A" S5 | Q
不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系? 2 X$ b& J) w# E) M& e& {8 y1 g还望各位大侠指点迷津,十分感激!