Lines Matching refs:s_clientobj_set
41 static OSet* s_clientobj_set; variable
60 tl_assert(s_clientobj_set == 0); in DRD_()
61 s_clientobj_set = VG_(OSetGen_Create)(0, 0, VG_(malloc), in DRD_()
72 tl_assert(s_clientobj_set); in DRD_()
73 tl_assert(VG_(OSetGen_Size)(s_clientobj_set) == 0); in DRD_()
74 VG_(OSetGen_Destroy)(s_clientobj_set); in DRD_()
75 s_clientobj_set = 0; in DRD_()
85 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
96 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
110 VG_(OSetGen_ResetIter)(s_clientobj_set); in DRD_()
111 for ( ; (p = VG_(OSetGen_Next)(s_clientobj_set)) != 0; ) in DRD_()
132 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0); in DRD_()
137 p = VG_(OSetGen_AllocNode)(s_clientobj_set, sizeof(*p)); in DRD_()
142 VG_(OSetGen_Insert)(s_clientobj_set, p); in DRD_()
143 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p); in DRD_()
161 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
191 VG_(OSetGen_Remove)(s_clientobj_set, &p->any.a1); in clientobj_remove_obj()
192 VG_(OSetGen_FreeNode)(s_clientobj_set, p); in clientobj_remove_obj()
208 tl_assert(s_clientobj_set); in DRD_()
213 VG_(OSetGen_ResetIterAt)(s_clientobj_set, &a1); in DRD_()
214 for ( ; (p = VG_(OSetGen_Next)(s_clientobj_set)) != 0 && p->any.a1 < a2; ) in DRD_()
223 VG_(OSetGen_ResetIterAt)(s_clientobj_set, &removed_at); in DRD_()
235 VG_(OSetGen_ResetIter)(s_clientobj_set); in DRD_()
236 for ( ; (p = VG_(OSetGen_Next)(s_clientobj_set)) != 0; ) in DRD_()