VirtualBox

Ignore:
Timestamp:
Feb 20, 2024 9:26:18 AM (12 months ago)
Author:
vboxsync
Message:

libs/xpcom: Rewrite the IPC client side to reduce the number of memory allocations, bugref:10598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c

    r103458 r103472  
    360360    if (0 > ASMAtomicDecS32(&cvar->notify_pending))
    361361    {
    362         PRIntn rv = pthread_cond_destroy(&cvar->cv); Assert(0 == rv);
     362        PRIntn rv = pthread_cond_destroy(&cvar->cv);
     363        Assert(0 == rv); RT_NOREF(rv);
    363364        PR_DELETE(cvar);
    364365    }
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