1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-18 21:36:22 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/helgrind/tests/pth_destroy_cond.stderr.exp
2015-12-13 22:34:58 +09:00

17 lines
601 B
Plaintext

---Thread-Announcement------------------------------------------
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
at 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
by 0x........: ThreadFunction (pth_destroy_cond.c:18)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...