VirtualBox

Ignore:
Timestamp:
Dec 9, 2009 11:50:02 PM (15 years ago)
Author:
vboxsync
Message:

Main: preparation for deadlock detection: remove AutoMultiLock* template

File:
1 edited

Legend:

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

    r25149 r25286  
    477477    /* peer is not modified, lock it for reading (aThat is "master" so locked
    478478     * first) */
    479     AutoMultiLock2 alock (aThat->rlock(), this->wlock());
     479    AutoReadLock rl(aThat);
     480    AutoWriteLock wl(this);
    480481
    481482    /* this will back up current data */
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