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:
parent
8733386bcc
commit
d44ca0923a
@ -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
|
||||
...
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user