Changeset 11323 in vbox for trunk/include
- Timestamp:
- Aug 11, 2008 10:13:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r10544 r11323 1 1 /** @file 2 * IPRT - System .2 * IPRT - System Information. 3 3 */ 4 4 … … 42 42 */ 43 43 44 /**45 * Gets the number of logical (not physical) processors in the system.46 *47 * @returns Number of logical processors in the system.48 *49 * @todo Replaced by RTMpGetOnlineCount / RTMpGetCount, retire this guy.50 */51 RTDECL(unsigned) RTSystemProcessorGetCount(void);52 53 /**54 * Gets the active logical processor mask.55 *56 * @returns Active logical processor mask. (bit 0 == logical cpu 0)57 *58 * @todo Replaced by RTMpGetOnlineSet, retire this guy.59 */60 RTDECL(uint64_t) RTSystemProcessorGetActiveMask(void);61 62 44 /** @} */ 63 45
Note:
See TracChangeset
for help on using the changeset viewer.