From d44ca0923a5545113c96a8953f880090f334872c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 23 Feb 2012 17:29:01 -0800 Subject: [PATCH] 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. --- src/etc/x86.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/etc/x86.supp b/src/etc/x86.supp index 7748f8f32610..2e24478c48db 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -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 + ... +}