]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replaced per-thread start/stop recording mechanism by extra suppression patterns.
authorBart Van Assche <bvanassche@acm.org>
Sat, 1 Mar 2008 10:50:45 +0000 (10:50 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 1 Mar 2008 10:50:45 +0000 (10:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7520

glibc-2.X-drd.supp

index f186389007b91098b37db300b7f6ccdca697939b..7cf5ce36d3b2e5cea03492864bd4340f1c56d4ac 100644 (file)
    pthread
    exp-drd:ConflictingAccess
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
+   fun:pthread_mutex_lock
+   fun:pthread_mutex_lock
 }
 {
    pthread
    exp-drd:ConflictingAccess
    fun:clone
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
 }
 {
    pthread
    exp-drd:ConflictingAccess
    fun:do_clone
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
 }
 {
    pthread
    exp-drd:ConflictingAccess
    fun:memset
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
+   fun:_dl_allocate_tls_init
+   fun:pthread_create@@GLIBC_*
+   fun:pthread_create*
 }
 {
    pthread
    fun:memset
    fun:_dl_allocate_tls_init
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
 }
 {
    pthread
    exp-drd:ConflictingAccess
    fun:mempcpy
    fun:pthread_create@@GLIBC_*
-   fun:pthread_create@*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
+   fun:pthread_join
+   fun:pthread_join
 }
 {
    pthread
    exp-drd:ConflictingAccess
+   fun:__deallocate_stack
    fun:pthread_join
    fun:pthread_join
 }