Home | History | Annotate | Download | only in drd

Lines Matching refs:str2

1171       HChar *str1, *str2;
1173 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(joinee));
1175 str1, str2);
1177 VG_(free)(str2);
1225 HChar *str1, *str2;
1227 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(tid));
1228 VG_(message)(Vg_DebugMsg, "thread %u: vc %s -> %s\n", tid, str1, str2);
1230 VG_(free)(str2);