etc: Add helgrind suppression for lock_held_by_current_thread

I have some confidence that this function is correct now, but helgrind still
doesn't like it because it's not lock-protected.
This commit is contained in:
Brian Anderson 2012-02-23 17:29:01 -08:00
parent 8733386bcc
commit d44ca0923a

View File

@ -380,3 +380,10 @@
...
fun:uv_loop_delete
}
{
lock-check-not-a-race-i-am-fairly-sure-but-not-100-percent-positive
Helgrind:Race
fun:_ZN15lock_and_signal27lock_held_by_current_threadEv
...
}