blob: 54b71687e49d182a3c02f604968ca39cddd82c63 [file] [log] [blame]
Locking mutex ...
Acquired at:
at 0x........: pthread_mutex_lock_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
at 0x........: pthread_mutex_unlock_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
Locking rwlock exclusively ...
Acquired at:
at 0x........: pthread_rwlock_wrlock_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
at 0x........: pthread_rwlock_unlock_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
rwlock 0x........ was first observed at:
at 0x........: pthread_rwlock_init_intercept (drd_pthread_intercepts.c:?)
by 0x........: main (hold_lock.c:?)
Locking rwlock shared ...
Done.
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)