mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
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>). |
||
|---|---|---|
| .. | ||
| isc | ||
| pk11 | ||
| pkcs11 | ||
| Makefile.in | ||