On Fri, Apr 29, 2016 at 10:13:46PM -0700, William Tu wrote:
> Helgrind is a Valgrind tool for detecting thread errors, reporting three
> classes of errors: misuses of the POSIX pthreads API, potential deadlocks
> arising from lock ordering problems, and data races -- accessing memory
> without adeq
Helgrind is a Valgrind tool for detecting thread errors, reporting three
classes of errors: misuses of the POSIX pthreads API, potential deadlocks
arising from lock ordering problems, and data races -- accessing memory
without adequate locking. Similar to valgrind, users do "make check-helgrind"
a