VirtualBox

Ignore:
Timestamp:
Jul 14, 2009 12:29:26 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: fix deadlocks and context/window tracking for multithreaded apps(public #3922)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/stub.c

    r20084 r21576  
    350350    if (nCode>=0 && pMsgInfo)
    351351    {
    352 #ifdef CHROMIUM_THREADSAFE
    353         crLockMutex(&stub.mutex);
    354 #endif
    355352        switch (pMsgInfo->message)
    356353        {
     
    378375            }
    379376        }
    380 #ifdef CHROMIUM_THREADSAFE
    381         crUnlockMutex(&stub.mutex);
    382 #endif
    383377    }
    384378
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