VirtualBox

Ignore:
Timestamp:
Sep 29, 2010 6:48:37 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66284
Message:

Main/Guest+Console: fix lock ordering issues, and mark code where this still needs to be done

File:
1 edited

Legend:

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

    r32780 r32827  
    18201820    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    18211821
     1822    /** @todo r=klaus holding the lock while triggering VMMDev/EMT activity is
     1823     * asking for deadlocks. Code MUST drop any lock before touching VMMDev. */
    18221824    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    18231825
     
    19721974    if (FAILED(autoCaller.rc())) return autoCaller.rc();
    19731975
     1976    /** @todo r=klaus holding the lock while triggering VMMDev/EMT activity is
     1977     * asking for deadlocks. Code MUST drop any lock before touching VMMDev. */
    19741978    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    19751979
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