Skip to content
Snippets Groups Projects
Commit 0bc747c9 authored by Eric Cano's avatar Eric Cano
Browse files

Added helgrind suppression for shared_ptr.

parent e92554af
No related branches found
No related tags found
No related merge requests found
......@@ -571,3 +571,13 @@
fun:_ZNSt10shared_ptrINSt6thread10_Impl_baseEED1Ev
...
}
{
<insert_a_suppression_name_here>
Helgrind:Race
fun:_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EED1Ev
fun:_ZNSt12__shared_ptrINSt6thread10_Impl_baseELN9__gnu_cxx12_Lock_policyE2EED1Ev
fun:_ZNSt10shared_ptrINSt6thread10_Impl_baseEED1Ev
fun:_ZNSt6thread10_Impl_baseD1Ev
...
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment