|
From: <sv...@va...> - 2008-11-17 18:22:17
|
Author: bart
Date: 2008-11-17 18:22:10 +0000 (Mon, 17 Nov 2008)
New Revision: 8781
Log:
More DRD suppression pattern simplifications.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2008-11-17 17:57:15 UTC (rev 8780)
+++ trunk/glibc-2.X-drd.supp 2008-11-17 18:22:10 UTC (rev 8781)
@@ -106,10 +106,8 @@
{
pthread
drd:ConflictingAccess
- fun:clone
- fun:create_thread
+ ...
fun:pthread_create*
- fun:pthread_create*
}
{
pthread
@@ -129,26 +127,6 @@
{
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
fun:pthread_mutex_lock
fun:pthread_mutex_lock
}
@@ -161,69 +139,12 @@
{
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
...
fun:__deallocate_stack
}
|