VirtualBox

Changeset 9368 in vbox for trunk/include


Ignore:
Timestamp:
Jun 3, 2008 10:30:13 PM (17 years ago)
Author:
vboxsync
Message:

RTCpuSetIsEqual

File:
1 edited

Legend:

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

    r9309 r9368  
    130130
    131131/**
     132 * Checks if the two sets match or not.
     133 *
     134 * @returns true / false accordingly.
     135 * @param   pSet1       The first set.
     136 * @param   pSet2       The second set.
     137 */
     138DECLINLINE(bool) RTCpuSetIsEqual(PCRTCPUSET pSet1, PCRTCPUSET pSet2)
     139{
     140    return *pSet1 == *pSet2;
     141}
     142
     143
     144/**
    132145 * Converts the CPU set to a 64-bit mask.
    133146 *
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