]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add DRD shared_timed_mutex to Helgrind
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 29 Dec 2022 21:21:03 +0000 (22:21 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 29 Dec 2022 21:21:03 +0000 (22:21 +0100)
commit5cfb0173eda1843904650bef755b3e19a5b3fb1b
tree96a7681292f012a64c231f84253c8af787c035ba
parentd7c93d1f71f36e0b67770125b48a2583662af152
Add DRD shared_timed_mutex to Helgrind

This uses pthread_rwlock_timedrdlock / pthread_rwlock_timedwrlock
(see commit 6ffb70e650ee7cf4ada829557dd30ababb09e078)
helgrind/tests/Makefile.am
helgrind/tests/shared_timed_mutex.stderr.exp [new file with mode: 0644]
helgrind/tests/shared_timed_mutex.vgtest [new file with mode: 0644]