VirtualBox

Changeset 35544 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 13, 2011 3:58:44 PM (14 years ago)
Author:
vboxsync
Message:

Main/Display: drop the lock before scheduling a call to EMT that can also take it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r35368 r35544  
    779779        mParent->consoleVRDPServer()->SendResize();
    780780
    781 #if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
     781#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL) && 0
    782782        {
    783783            BOOL is3denabled;
     
    25932593    Console::SafeVMPtr pVM(mParent);
    25942594    if (FAILED(pVM.rc())) return pVM.rc();
     2595
     2596    /* Leave lock because the call scheduled on EMT may also try to take it. */
     2597    alock.leave();
    25952598
    25962599    /*
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