VirtualBox

Changeset 34356 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2010 10:20:28 AM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: mt deadlock fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/packer/pack_buffer.c

    r33475 r34356  
    394394        {
    395395                /* Okay, it didn't fit.  Maybe it will after we flush. */
     396                CR_UNLOCK_PACKER_CONTEXT(pc)
    396397                pc->Flush( pc->flush_arg );
     398                CR_LOCK_PACKER_CONTEXT(pc);
    397399                if ( crPackCanHoldOpcode( pc, 1, size ) )
    398400                {
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