Skip to content

Commit 3923c8e

Browse files
committed
etc: Add helgrind suppression for lock_held_by_current_thread
1 parent 8a32f8e commit 3923c8e

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+
probably-threadsafe-access-outside-of-lock
386+
Helgrind:Race
387+
fun:_ZN15lock_and_signal27lock_held_by_current_threadEv
388+
...
389+
}

0 commit comments

Comments
 (0)