Signed-off-by: Jason Dillaman <dillaman@redhat.com>
fun:_dl_init
obj:*
}
+
+# PK11_CreateContextBySymKey
+{
+ <insert_a_suppression_name_here>
+ Helgrind:Race
+ obj:/usr/*lib*/libfreebl*3.so
+ ...
+ obj:/usr/*lib*/libsoftokn3.so
+ ...
+ obj:/usr/*lib*/libnss3.so
+ ...
+ fun:PK11_CreateContextBySymKey
+ ...
+}
+
+# _dl_allocate_tls_init
+{
+ <insert_a_suppression_name_here>
+ Helgrind:Race
+ fun:mempcpy
+ fun:_dl_allocate_tls_init
+ ...
+ fun:pthread_create@*
+ ...
+}