]> sourceware.org Git - valgrind.git/commit
Bug 445504 Using C++ condition_variable results in bogus "mutex is locked simultaneou...
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 19 Nov 2021 07:34:53 +0000 (08:34 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 19 Nov 2021 07:34:53 +0000 (08:34 +0100)
commit9abfed23c0d430aafb85de6397d171316c982792
tree35cf7b6bce62f073a365afb8d38d6c87ceb7e449
parentb754b7b48a71ffa7b57272033f42b43d09d31cb4
Bug 445504 Using C++ condition_variable results in bogus "mutex is locked simultaneously by two threads" warning(edit)

Add intercepts for pthread_cond_clockwait to DRD and Helgrind
Also testcase from bugzilla done by Bart, with configure check
.gitignore
configure.ac
drd/drd_pthread_intercepts.c
drd/tests/Makefile.am
drd/tests/condvar.cpp [new file with mode: 0644]
drd/tests/condvar.stderr.exp [new file with mode: 0644]
drd/tests/condvar.vgtest [new file with mode: 0644]
helgrind/hg_intercepts.c
This page took 0.095737 seconds and 5 git commands to generate.