]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/drd/tests/rwlock_type_checking.stderr.exp
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / drd / tests / rwlock_type_checking.stderr.exp
1
2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
3    at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
4    by 0x........: main (rwlock_type_checking.c:?)
5 rwlock 0x........ was first observed at:
6    at 0x........: main (rwlock_type_checking.c:?)
7
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
9    at 0x........: main (rwlock_type_checking.c:?)
10 rwlock 0x........ was first observed at:
11    at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
12    by 0x........: main (rwlock_type_checking.c:?)
13
14 Finished.
15
16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)