VirtualBox

Changeset 18533 in vbox


Ignore:
Timestamp:
Mar 30, 2009 12:01:36 PM (15 years ago)
Author:
vboxsync
Message:

PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for saving the name. Added PDMR3CritSectCountOwned(). Promoted three of the stats to release stats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMInternal.h

    r13519 r18533  
    209209    PVMRC                           pVMRC;
    210210#if HC_ARCH_BITS == 64
    211     RTRCPTR                         padding;
     211    /** Alignment padding. */
     212    uint32_t                        padding;
    212213#endif
    213214    /** Event semaphore that is scheduled to be signaled upon leaving the
    214215     * critical section. This is Ring-3 only of course. */
    215216    RTSEMEVENT                      EventToSignal;
     217    /** The lock name. */
     218    R3PTRTYPE(const char *)         pszName;
    216219    /** R0/RC lock contention. */
    217220    STAMCOUNTER                     StatContentionRZLock;
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