]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add locking to address tsan errors.
authorMark Andrews <marka@isc.org>
Thu, 20 Aug 2020 09:33:30 +0000 (19:33 +1000)
committerMark Andrews <marka@isc.org>
Wed, 2 Sep 2020 08:43:42 +0000 (08:43 +0000)
commit5cc2806cea547f20a459230cd9d9082b0b739e7c
treea30c091ff240459f7c251a1a5946bb9ef757a77b
parent0b2b02520ef8cbdd77bb67d1066e334c7c38896c
Add locking to address tsan errors.

Address data races with 'a', 'b', 'c', 'd', 'e', 'counter', 'done',
'nevents', 'nsdevents', 'all_done', and 'eventcnt'.

Add isc_mutex_init/isc_mutex_destroy.
lib/isc/tests/task_test.c