bind9/lib/isc/include
Ondřej Surý 0492bbf590
Make the pthread_rwlock implementation header-only macros [2/2]
While using mutrace, the phtread-rwlock based isc_rwlock implementation
would be all tracked in the rwlock.c unit losing all useful information
as all rwlocks would be traced in a single place.  Rewrite the
pthread_rwlock based implementation to be header-only macros, so we can
use mutrace to properly track the rwlock contention without heavily
patching mutrace to understand the libisc synchronization primitives.
2022-11-02 10:34:10 +01:00
..
isc Make the pthread_rwlock implementation header-only macros [2/2] 2022-11-02 10:34:10 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00