VirtualBox

Changeset 11323

Show
Ignore:
Timestamp:
08/11/08 12:13:47 (3 months ago)
Author:
vboxsync
Message:

Dropped RTSystemProcessorGetCount and RTSystemProcessorGetActiveMask.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy