pth_destroy_cond.stderr.exp revision 663860b1408516d02ebfcb3a9999a134e6cfb223
1---Thread-Announcement------------------------------------------
2
3Thread #x was created
4   ...
5   by 0x........: pthread_create_WRK (hg_intercepts.c:...)
6   by 0x........: pthread_create@* (hg_intercepts.c:...)
7   by 0x........: main (pth_destroy_cond.c:29)
8
9----------------------------------------------------------------
10
11Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
12   at 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
13   by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
14   by 0x........: ThreadFunction (pth_destroy_cond.c:18)
15   by 0x........: mythread_wrapper (hg_intercepts.c:...)
16   ...
17
18---Thread-Announcement------------------------------------------
19
20Thread #x is the program's root thread
21
22----------------------------------------------------------------
23
24Thread #x: condition variable has been destroyed while being waited upon
25   at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
26   by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
27   by 0x........: main (pth_destroy_cond.c:31)
28
29