]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add rwlock unit test
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Mar 2023 08:08:52 +0000 (10:08 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Jul 2023 16:07:56 +0000 (18:07 +0200)
commit46d75e0004a6801cfbd8abf8a58c626f5acb449c
treeb369bf4ac0720c37397e318beb08d0ba010e7548
parented944ba8fdc315b9dc1a6d9e1e3e5c9dff27b3cd
Add rwlock unit test

Add simple rwlock unit test and rwlock benchmark.  The benchmark
compares the pthread rwlock with isc rwlock implementation, so it's
mainly useful when developing a new isc rwlock implementation.
tests/isc/Makefile.am
tests/isc/rwlock_test.c [new file with mode: 0644]