Home | History | Annotate | Download | only in drd

Lines Matching refs:str2

1167       HChar *str1, *str2;
1169 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(joinee));
1171 str1, str2);
1173 VG_(free)(str2);
1221 HChar *str1, *str2;
1223 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(tid));
1224 VG_(message)(Vg_DebugMsg, "thread %u: vc %s -> %s\n", tid, str1, str2);
1226 VG_(free)(str2);