Changeset 102173 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
- Timestamp:
- Nov 21, 2023 8:18:58 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
r102007 r102173 333 333 PRLock *lock; /* associated lock that protects the condition */ 334 334 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 */ 336 336 }; 337 337
Note:
See TracChangeset
for help on using the changeset viewer.