Changeset 46636 in vbox for trunk/include/iprt
- Timestamp:
- Jun 18, 2013 5:08:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mp.h
r46144 r46636 118 118 119 119 /** 120 * Get the count of phyiscal CPU cores present in the system. 120 * Get the count of physical CPU cores present in the system plus any that may 121 * possibly be hotplugged later. 122 * 123 * @returns The number of cores. 121 124 */ 122 125 RTDECL(RTCPUID) RTMpGetCoreCount(void);
Note:
See TracChangeset
for help on using the changeset viewer.