Kaynağa Gözat

Valgrind: a:dd a simple suppression file for pthread functions.

Cyril Roelandt 13 yıl önce
ebeveyn
işleme
1011209f59
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      tools/valgrind/pthread.suppr

+ 15 - 0
tools/valgrind/pthread.suppr

@@ -0,0 +1,15 @@
+{
+   pthread_create
+   Memcheck:Leak
+   ...
+   fun:pthread_create@@GLIBC_2.2.5
+   ...
+}
+
+{
+   name
+   Memcheck:Leak
+   ...
+   fun:pthread_cancel_init
+   ...
+}