소스 검색

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
+   ...
+}