vbox的更動 46639 路徑 trunk/src/VBox/Runtime/generic
- 時間撮記:
- 2013-6-18 下午05:33:09 (11 年 以前)
- 位置:
- trunk/src/VBox/Runtime/generic
- 檔案:
-
- 修改 2 筆資料
- 複製 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp
r46146 r46639 30 30 *******************************************************************************/ 31 31 #include <iprt/mp.h> 32 #include <internal/iprt.h>32 #include "internal/iprt.h" 33 33 34 34 … … 38 38 } 39 39 RT_EXPORT_SYMBOL(RTMpGetCoreCount); 40 -
trunk/src/VBox/Runtime/generic/RTMpGetOnlineCoreCount-generic.cpp
r46626 r46639 30 30 *******************************************************************************/ 31 31 #include <iprt/mp.h> 32 #include <internal/iprt.h>32 #include "internal/iprt.h" 33 33 34 34 35 RTDECL(RTCPUID) RTMpGet CoreCount(void)35 RTDECL(RTCPUID) RTMpGetOnlineCoreCount(void) 36 36 { 37 return RTMpGet Count();37 return RTMpGetOnlineCount(); 38 38 } 39 RT_EXPORT_SYMBOL(RTMpGetCoreCount); 39 RT_EXPORT_SYMBOL(RTMpGetOnlineCoreCount); 40 -
trunk/src/VBox/Runtime/generic/mppresent-generic.cpp
r44529 r46639 47 47 48 48 49 RTDECL(RTCPUID) RTMpGetPresentCoreCount(void) 50 { 51 return RTMpGetCoreCount(); 52 } 53 RT_EXPORT_SYMBOL(RTMpGetPresentCoreCount); 54 55 49 56 RTDECL(bool) RTMpIsCpuPresent(RTCPUID idCpu) 50 57 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器