瀏覽代碼

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

Cyril Roelandt 13 年之前
父節點
當前提交
1011209f59
共有 1 個文件被更改,包括 15 次插入0 次删除
  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
+   ...
+}