Changeset 18481 in vbox for trunk/include/iprt
- Timestamp:
- Mar 29, 2009 1:26:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r17523 r18481 1136 1136 * does it have to correspond to the bits in the affinity mask, at 1137 1137 * least not until we've sorted out Windows NT. */ 1138 typedef RTHCUINTPTRRTCPUID;1138 typedef uint32_t RTCPUID; 1139 1139 /** Pointer to a CPU identifier. */ 1140 1140 typedef RTCPUID *PRTCPUID; … … 1145 1145 1146 1146 /** A CPU set. 1147 * Treat this as an opaque type and always use RTCpuSet* for manupulating it. */ 1147 * Treat this as an opaque type and always use RTCpuSet* for manupulating it. 1148 * @remarks Subject to change. */ 1148 1149 typedef uint64_t RTCPUSET; 1149 1150 /** Pointer to a CPU set. */
Note:
See TracChangeset
for help on using the changeset viewer.