blob: efa983a96754f14dfba071aee15d41bfba0c4d5a [file] [log] [blame]
bart5f09dcf2009-07-10 09:26:29 +00001
2Recursive mutex (statically initialized).
3
4Recursive mutex (initialized via mutex attributes).
5
6Error checking mutex.
7second lock call failed !
8Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
bartb2260b82011-02-13 07:55:36 +00009 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart5f09dcf2009-07-10 09:26:29 +000010 by 0x........: lock_twice (recursive_mutex.c:?)
11 by 0x........: main (recursive_mutex.c:?)
12mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000013 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart5f09dcf2009-07-10 09:26:29 +000014 by 0x........: main (recursive_mutex.c:?)
njncab64bc2009-08-12 00:14:44 +000015
bart5f09dcf2009-07-10 09:26:29 +000016second unlock call failed !
17
18Non-recursive mutex.
19second lock call failed !
bart5f09dcf2009-07-10 09:26:29 +000020Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
bartb2260b82011-02-13 07:55:36 +000021 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart5f09dcf2009-07-10 09:26:29 +000022 by 0x........: lock_twice (recursive_mutex.c:?)
23 by 0x........: main (recursive_mutex.c:?)
24mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000025 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
bart5f09dcf2009-07-10 09:26:29 +000026 by 0x........: lock_twice (recursive_mutex.c:?)
27 by 0x........: main (recursive_mutex.c:?)
28
njncab64bc2009-08-12 00:14:44 +000029
bart5f09dcf2009-07-10 09:26:29 +000030Done.
31
32ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)