VirtualBox

Changeset 11323 in vbox for trunk/include


Ignore:
Timestamp:
Aug 11, 2008 10:13:47 AM (16 years ago)
Author:
vboxsync
Message:

Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/system.h

    r10544 r11323  
    11/** @file
    2  * IPRT - System.
     2 * IPRT - System Information.
    33 */
    44
     
    4242 */
    4343
    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 
    6244/** @} */
    6345
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette