Bug 469146 - massif --ignore-fn does not ignore inlined functions
[valgrind.git] / drd / tests / pth_cond_destroy_busy.stderr.exp
blob70fff8d1e3856cfd32e31bfce78360808d9a1b71
2 destruction of condition variable being waited upon: cond 0x........
3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
4 by 0x........: main (pth_cond_destroy_busy.c:?)
5 cond 0x........ was first observed at:
6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
7 by 0x........: main (pth_cond_destroy_busy.c:?)
9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)