VirtualBox

Changeset 25622 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jan 3, 2010 1:56:34 PM (15 years ago)
Author:
vboxsync
Message:

tstRTLockValidator: testcase improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/lockvalidator.h

    r25611 r25622  
    6565    /** Number of registered read locks that this thread owns, nesting included. */
    6666    int32_t volatile                cReadLocks;
     67    /** The thread is running inside the lock validator. */
     68    bool volatile                   fInValidator;
     69    /** Reserved for alignment purposes. */
     70    bool                            afReserved[3];
    6771    /** Bitmap indicating which entires are free (set) and allocated (clear). */
    6872    uint32_t                        bmFreeShrdOwners;
    69     /** Reserved for alignment purposes. */
    70     uint32_t                        u32Reserved;
    7173    /** Statically allocated shared owner records */
    7274    RTLOCKVALRECSHRDOWN             aShrdOwners[32];
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