Changeset 7361 in vbox
- Timestamp:
- Mar 7, 2008 1:33:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpuset.h
r7354 r7361 112 112 * @param idCpu The identifier of the CPU to look for. 113 113 */ 114 DECLINLINE( int) RTCpuSetIsMember(PCRTCPUSET pSet, RTCPUID idCpu)114 DECLINLINE(bool) RTCpuSetIsMember(PCRTCPUSET pSet, RTCPUID idCpu) 115 115 { 116 116 int iCpu = RTMpCpuIdToSetIndex(idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.