Changeset 32827 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Sep 29, 2010 6:48:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r32780 r32827 1820 1820 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 1821 1821 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. */ 1822 1824 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1823 1825 … … 1972 1974 if (FAILED(autoCaller.rc())) return autoCaller.rc(); 1973 1975 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. */ 1974 1978 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1975 1979
Note:
See TracChangeset
for help on using the changeset viewer.