VirtualBox

Changeset 9368 in vbox for trunk/src


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

RTCpuSetIsEqual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r9366 r9368  
    661661
    662662
    663 DECLINLINE(bool) RTCpuSetEqual(PCRTCPUSET pSet1, PCRTCPUSET pSet2)
    664 {
    665     return *pSet1 == *pSet2;
    666 }
    667 
    668 
    669663/**
    670664 * Worker for RTTimerStart() that takes care of the ugly bit.s
     
    701695                               : RTTIMERLNXSTATE_STOPPED);
    702696        }
    703     } while (!RTCpuSetEqual(&OnlineSet, RTMpGetOnlineSet(&OnlineSet2)));
     697    } while (!RTCpuSetIsEqual(&OnlineSet, RTMpGetOnlineSet(&OnlineSet2)));
    704698
    705699    ASMAtomicWriteBool(&pTimer->fSuspended, false);
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