VirtualBox

Ignore:
Timestamp:
Nov 7, 2023 8:37:15 AM (15 months ago)
Author:
vboxsync
Message:

libs/xpcom: Add the possibility to use IPRT RTSEMFASTMUTEX semaphores in nsAutoLock so we can convert code to IPRT, remove some debug only code which would make it more complicated, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp

    r101861 r101914  
    117117extern nsresult NS_CategoryManagerGetFactory( nsIFactory** );
    118118
    119 #ifdef DEBUG
    120 extern void _FreeAutoLockStatics();
    121 #endif
    122 
    123119static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
    124120static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
     
    876872    nsComponentManagerImpl::gComponentManager = nsnull;
    877873
    878 #ifdef DEBUG
    879     _FreeAutoLockStatics();
    880 #endif
    881 
    882874    ShutdownSpecialSystemDirectory();
    883875
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