Home | History | Annotate | Download | only in drd

Lines Matching defs:vc

89       DRD_(vc_copy)(&sg->vc, &creator_sg->vc);
91 DRD_(vc_init)(&sg->vc, 0, 0);
92 DRD_(vc_increment)(&sg->vc, created);
97 char* vc;
99 vc = DRD_(vc_aprint)(&sg->vc);
100 VG_(message)(Vg_DebugMsg, "New segment for thread %d with vc %s\n",
101 created, vc);
102 VG_(free)(vc);
112 DRD_(vc_cleanup)(&sg->vc);
141 char* vc;
143 vc = DRD_(vc_aprint)(&sg->vc);
145 vc);
146 VG_(free)(vc);
182 char* vc;
184 vc = DRD_(vc_aprint)(&sg->vc);
186 "Decrementing segment reference count %d -> %d with vc %s\n",
187 sg->refcnt, sg->refcnt - 1, vc);
188 VG_(free)(vc);
211 vc1 = DRD_(vc_aprint)(&sg1->vc);
212 vc2 = DRD_(vc_aprint)(&sg2->vc);
223 // Keep sg1->vc.
232 VG_(printf)("vc: ");
233 DRD_(vc_print)(&sg->vc);