VirtualBox

Ignore:
Timestamp:
Nov 21, 2023 8:18:58 AM (12 months ago)
Author:
vboxsync
Message:

libs/xpcom/nsprpub: Convert PR_Atomic* to ASMAtomic*, bugref:10545 [regression fix, notify_pending must be signed or some checks whether the cond var is in use fail]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h

    r102007 r102173  
    333333    PRLock *lock;               /* associated lock that protects the condition */
    334334    pthread_cond_t cv;          /* underlying pthreads condition */
    335     volatile uint32_t notify_pending;     /* CV has destroy pending notification */
     335    volatile int32_t notify_pending;     /* CV has destroy pending notification */
    336336};
    337337
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