]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove atomics emulated by a mutex-locked variable
authorOndřej Surý <ondrej@sury.org>
Thu, 3 Jun 2021 06:03:00 +0000 (08:03 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 17 Jun 2021 07:51:04 +0000 (09:51 +0200)
commit4677bb28d11947bcaa6352dfbc8a2cc92a0333a1
tree4312c442c347fe05601368141659758bf24ef5a0
parentaa626c6499a6ae6b03ec3d287c64f97fb3a31e39
Remove atomics emulated by a mutex-locked variable

Mutex atomics were intended to be used as a debugging tool only
and it has already served its purpose and it's not needed anymore.
.gitlab-ci.yml
configure.ac
lib/dns/rbtdb.c
lib/isc/Makefile.am
lib/isc/include/isc/atomic.h
lib/isc/include/isc/mutexatomic.h [deleted file]
lib/ns/query.c
util/copyrights