Changeset 103472 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Feb 20, 2024 9:26:18 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c
r103458 r103472 360 360 if (0 > ASMAtomicDecS32(&cvar->notify_pending)) 361 361 { 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); 363 364 PR_DELETE(cvar); 364 365 }
Note:
See TracChangeset
for help on using the changeset viewer.