|
From: <sv...@va...> - 2013-03-30 09:38:18
|
bart 2013-03-30 09:38:11 +0000 (Sat, 30 Mar 2013)
New Revision: 13352
Log:
drd, Darwin: Add a suppression pattern
Modified files:
trunk/darwin10-drd.supp
Modified: trunk/darwin10-drd.supp (+8 -1)
===================================================================
--- trunk/darwin10-drd.supp 2013-03-29 09:57:24 +00:00 (rev 13351)
+++ trunk/darwin10-drd.supp 2013-03-30 09:38:11 +00:00 (rev 13352)
@@ -119,11 +119,18 @@
fun:pthread_create
}
{
- pthread_join()
+ drd-darwin-pthread-join-1
drd:ConflictingAccess
...
+ fun:pthread_join$UNIX2003
fun:pthread_join
+}
+{
+ drd-darwin-pthread-join-2
+ drd:ConflictingAccess
+ ...
fun:pthread_join
+ fun:pthread_join
}
{
_pthread_exit()
|