Changeset 25286 in vbox for trunk/src/VBox/Main/AudioAdapterImpl.cpp
- Timestamp:
- Dec 9, 2009 11:50:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/AudioAdapterImpl.cpp
r25149 r25286 477 477 /* peer is not modified, lock it for reading (aThat is "master" so locked 478 478 * first) */ 479 AutoMultiLock2 alock (aThat->rlock(), this->wlock()); 479 AutoReadLock rl(aThat); 480 AutoWriteLock wl(this); 480 481 481 482 /* this will back up current data */
Note:
See TracChangeset
for help on using the changeset viewer.