Files
bind9/lib
Ondřej Surý 49462cf974 Make isc_rwlock.c thread-safe
The ThreadSanitizer found several possible data races in our rwlock
implementation.  This commit changes all the unprotected variables to atomic and
also changes the explicit memory ordering (atomic_<foo>_explicit(..., <order>)
functions to use our convenience macros (atomic_<foo>_<order>).
2019-07-03 00:05:34 -04:00
..
2019-06-27 14:59:09 -07:00
2019-07-03 00:05:34 -04:00
2018-11-13 07:23:36 +11:00