VirtualBox

Changeset 98088 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 16, 2023 12:57:07 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155220
Message:

Main/ConsoleImpl: Added a dedicated read/write lock to the LED sets to protect potential activity queries during VM construction. bugref:9892

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r98086 r98088  
    10681068    /** @name LEDs and their management
    10691069     * @{ */
     1070    /** Read/write lock separating LED allocations (write) from queries (read). */
     1071    RWLockHandle mLedLock;
    10701072    /** Number of LED sets in use in maLedSets. */
    10711073    uint32_t          mcLedSets;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette