Changeset 9368 in vbox for trunk/include
- Timestamp:
- Jun 3, 2008 10:30:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpuset.h
r9309 r9368 130 130 131 131 /** 132 * Checks if the two sets match or not. 133 * 134 * @returns true / false accordingly. 135 * @param pSet1 The first set. 136 * @param pSet2 The second set. 137 */ 138 DECLINLINE(bool) RTCpuSetIsEqual(PCRTCPUSET pSet1, PCRTCPUSET pSet2) 139 { 140 return *pSet1 == *pSet2; 141 } 142 143 144 /** 132 145 * Converts the CPU set to a 64-bit mask. 133 146 *
Note:
See TracChangeset
for help on using the changeset viewer.