blob: 173219775f73987db1d31002f0d6ada4fce1ae16 [file] [log] [blame]
bart1d4070d2008-05-14 12:22:15 +00001
2Locking mutex ...
3Acquired at:
bartb2260b82011-02-13 07:55:36 +00004 at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
bart1d4070d2008-05-14 12:22:15 +00005 by 0x........: main (hold_lock.c:?)
6Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
bartb2260b82011-02-13 07:55:36 +00007 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart1d4070d2008-05-14 12:22:15 +00008 by 0x........: main (hold_lock.c:?)
bart391d9dc2008-07-03 10:57:30 +00009mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000010 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +000011 by 0x........: main (hold_lock.c:?)
bart1d4070d2008-05-14 12:22:15 +000012
njncab64bc2009-08-12 00:14:44 +000013Locking rwlock exclusively ...
bart1d4070d2008-05-14 12:22:15 +000014Acquired at:
bartb2260b82011-02-13 07:55:36 +000015 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
bart1d4070d2008-05-14 12:22:15 +000016 by 0x........: main (hold_lock.c:?)
17Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
bartb2260b82011-02-13 07:55:36 +000018 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
bart1d4070d2008-05-14 12:22:15 +000019 by 0x........: main (hold_lock.c:?)
bart391d9dc2008-07-03 10:57:30 +000020rwlock 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000021 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +000022 by 0x........: main (hold_lock.c:?)
njncab64bc2009-08-12 00:14:44 +000023
bart1d4070d2008-05-14 12:22:15 +000024Locking rwlock shared ...
25Done.
26
27ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)