Changeset 9429 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Jun 5, 2008 3:22:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31680
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp
r8245 r9429 62 62 63 63 64 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu) 65 { 66 RTCPUSET Set; 67 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 68 } 69 70 71 RTDECL(bool) RTMpDoesCpuExist(RTCPUID idCpu) 64 RTDECL(bool) RTMpIsCpuPossible(RTCPUID idCpu) 72 65 { 73 66 RTCPUSET Set; … … 96 89 97 90 91 RTDECL(bool) RTMpIsCpuOnline(RTCPUID idCpu) 92 { 93 RTCPUSET Set; 94 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 95 } 96 97 98 98 RTDECL(PRTCPUSET) RTMpGetOnlineSet(PRTCPUSET pSet) 99 99 {
Note:
See TracChangeset
for help on using the changeset viewer.