VirtualBox

Changeset 8725 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 8, 2008 5:48:23 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30674
Message:

Made the HostUSBDeviceFilter object use the Host object lock to simplify locking and close a few serialization gaps in a simple way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r8720 r8725  
    979979        return E_INVALIDARG;
    980980
     981    /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
    981982    AutoWriteLock alock (this);
    982983    CHECK_READY();
     
    10261027        return E_POINTER;
    10271028
     1029    /* Note: HostUSBDeviceFilter and USBProxyService also uses this lock. */
    10281030    AutoWriteLock alock (this);
    10291031    CHECK_READY();
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