Home | History | Annotate | Download | only in tests
      1 ---Thread-Announcement------------------------------------------
      2 
      3 Thread #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 
     11 Thread #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 
     20 Thread #x is the program's root thread
     21 
     22 ----------------------------------------------------------------
     23 
     24 Thread #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