Searched refs:DrdClientobj (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/drd/
H A Ddrd_clientobj.c47 static Bool clientobj_remove_obj(DrdClientobj* const p);
83 DrdClientobj* DRD_(clientobj_get_any)(const Addr addr)
93 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
95 DrdClientobj* p;
107 DrdClientobj *p;
127 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
129 DrdClientobj* p;
159 DrdClientobj* p;
176 static Bool clientobj_remove_obj(DrdClientobj* const p)
206 DrdClientobj*
[all...]
H A Ddrd_clientobj.h154 } DrdClientobj; typedef in typeref:union:drd_clientobj
162 DrdClientobj* DRD_(clientobj_get_any)(const Addr addr);
163 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
165 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t);
H A Ddrd_semaphore.c103 p->cleanup = (void(*)(DrdClientobj*))semaphore_cleanup;
147 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
151 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
164 tl_assert(offsetof(DrdClientobj, semaphore) == 0);
H A Ddrd_hb.c92 p->cleanup = (void(*)(DrdClientobj*))(DRD_(hb_cleanup));
134 tl_assert(offsetof(DrdClientobj, hb) == 0);
152 tl_assert(offsetof(DrdClientobj, hb) == 0);
H A Ddrd_cond.c67 p->cleanup = (void(*)(DrdClientobj*))(DRD_(cond_cleanup));
122 tl_assert(offsetof(DrdClientobj, cond) == 0);
140 tl_assert(offsetof(DrdClientobj, cond) == 0);
H A Ddrd_barrier.c120 p->cleanup = (void(*)(DrdClientobj*))barrier_cleanup;
122 = (void(*)(DrdClientobj*, DrdThreadId))barrier_delete_thread;
199 tl_assert(offsetof(DrdClientobj, barrier) == 0);
215 tl_assert(offsetof(DrdClientobj, barrier) == 0);
H A Ddrd_mutex.c74 p->cleanup = (void(*)(DrdClientobj*))mutex_cleanup;
76 = (void(*)(DrdClientobj*, DrdThreadId))mutex_delete_thread;
163 tl_assert(offsetof(DrdClientobj, mutex) == 0);
189 tl_assert(offsetof(DrdClientobj, mutex) == 0);
H A Ddrd_rwlock.c229 p->cleanup = (void(*)(DrdClientobj*))rwlock_cleanup;
231 = (void(*)(DrdClientobj*, DrdThreadId))rwlock_delete_thread;
276 tl_assert(offsetof(DrdClientobj, rwlock) == 0);
305 tl_assert(offsetof(DrdClientobj, rwlock) == 0);
H A Ddrd_error.c132 DrdClientobj* cl;

Completed in 78 milliseconds