blob: 173219775f73987db1d31002f0d6ada4fce1ae16 [file] [log] [blame]
bart1d4070d2008-05-14 12:22:15 +00001
2Locking mutex ...
3Acquired at:
4 at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
5 by 0x........: main (hold_lock.c:?)
6Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
7 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
8 by 0x........: main (hold_lock.c:?)
bart391d9dc2008-07-03 10:57:30 +00009mutex 0x........ was first observed at:
10 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
11 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:
bart791a0c62009-07-31 17:31:44 +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).
bart791a0c62009-07-31 17:31:44 +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:
bart791a0c62009-07-31 17:31:44 +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)