From b34d7bb1822b53f6478814356b809475f886a76f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 17 Nov 2008 18:22:10 +0000 Subject: [PATCH] More DRD suppression pattern simplifications. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8781 --- glibc-2.X-drd.supp | 81 +--------------------------------------------- 1 file changed, 1 insertion(+), 80 deletions(-) diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 6f113740f8..c415f86de2 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -106,9 +106,7 @@ { pthread drd:ConflictingAccess - fun:clone - fun:create_thread - fun:pthread_create* + ... fun:pthread_create* } { @@ -126,26 +124,6 @@ fun:start_thread fun:clone } -{ - pthread - drd:ConflictingAccess - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:clone - fun:do_clone - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread-glibc2.7-pthread_create - drd:ConflictingAccess - fun:memset - fun:pthread_create* -} { pthread drd:ConflictingAccess @@ -158,69 +136,12 @@ fun:__pthread_mutex_cond_lock fun:pthread_cond_wait@@GLIBC_* } -{ - pthread - drd:ConflictingAccess - fun:clone - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:do_clone - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:memset - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:_dl_allocate_tls_init - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:memset - fun:_dl_allocate_tls_init - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:mempcpy - fun:pthread_create@@GLIBC_* - fun:pthread_create* -} { pthread drd:ConflictingAccess fun:pthread_join fun:pthread_join } -{ - pthread - drd:ConflictingAccess - fun:allocate_stack - fun:pthread_create* - fun:pthread_create* -} -{ - pthread - drd:ConflictingAccess - fun:get_cached_stack - fun:allocate_stack - fun:pthread_create* - fun:pthread_create* -} { pthread drd:ConflictingAccess -- 2.47.2