VirtualBox

Ignore:
Timestamp:
Jan 8, 2010 10:36:43 AM (15 years ago)
Author:
vboxsync
Message:

iprt/lockvalidator: Implement the lock stack (not recording recursion yet).

File:
1 edited

Legend:

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

    r25648 r25689  
    6565     * RTThreadUnblocking uses this to figure out when to clear pRec. */
    6666    RTTHREADSTATE volatile          enmRecState;
     67    /** Top of the lock stack. */
     68    PRTLOCKVALRECUNION volatile     pStackTop;
    6769    /** The thread is running inside the lock validator. */
    6870    bool volatile                   fInValidator;
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