今天在看关于CPU Count的一段程序时候发现了以下三个变量: , R* ]5 ^+ J SwPriCpuCount dw 0 ; number of physical processors in the system.* ?5 t7 ?: P1 u2 I5 w3 ~2 I
wCoreCount dw 0 ; number of cores in the system. % o0 E1 d5 z X5 n: uwThreadCount dw 0 ; number of threads (HT CPU) in the system. 0 ^3 W' f9 a8 M3 H不知道physical processors in the system,cores in the system,以及threads (HT CPU) in the system三者之间是什么关系?! N) n Y/ y; u6 c4 n/ ^1 n
还望各位大侠指点迷津,十分感激!