VirtualBox

Changeset 6743 in vbox


Ignore:
Timestamp:
Feb 2, 2008 12:30:45 AM (17 years ago)
Author:
vboxsync
Message:

Use ASMAtomicCmpXchgS32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp

    r6742 r6743  
    5757struct RTSEMMUTEXINTERNAL
    5858{
    59     /** Magic value. */
    60     intptr_t volatile   iMagic;
    6159    /** The futex state variable.
    6260     * 0 means unlocked.
     
    6967    /** Nesting count. */
    7068    volatile uint32_t   cNesting;
     69    /** Magic value. */
     70    intptr_t volatile   iMagic;
    7171};
    7272
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