Skip to content

Commit d44ca09

Browse files
committed
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.
1 parent 8733386 commit d44ca09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/etc/x86.supp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,3 +380,10 @@
380380
...
381381
fun:uv_loop_delete
382382
}
383+
384+
{
385+
lock-check-not-a-race-i-am-fairly-sure-but-not-100-percent-positive
386+
Helgrind:Race
387+
fun:_ZN15lock_and_signal27lock_held_by_current_threadEv
388+
...
389+
}

0 commit comments

Comments
 (0)