Home | History | Annotate | Download | only in drd

Lines Matching refs:str1

1099       HChar *str1, *str2;
1100 str1 = DRD_(vc_aprint)(DRD_(thread_get_vc)(joiner));
1103 str1, str2);
1104 VG_(free)(str1);
1153 HChar *str1, *str2;
1154 str1 = DRD_(vc_aprint)(&old_vc);
1156 VG_(message)(Vg_DebugMsg, "thread %d: vc %s -> %s\n", tid, str1, str2);
1157 VG_(free)(str1);