VirtualBox

Changeset 6745 in vbox for trunk/src/VBox/Runtime


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

Better alignment.

File:
1 edited

Legend:

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

    r6744 r6745  
    5757struct RTSEMMUTEXINTERNAL
    5858{
    59     /** Magic value. */
    60     intptr_t volatile   iMagic;
    6159    /** The futex state variable.
    6260     * 0 means unlocked.
     
    6563     */
    6664    int32_t volatile    iState;
     65    /** Nesting count. */
     66    uint32_t volatile   cNesting;
    6767    /** The owner of the mutex. */
    68     volatile pthread_t  Owner;
    69     /** Nesting count. */
    70     volatile uint32_t   cNesting;
     68    pthread_t volatile  Owner;
     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