Searched refs:DrdClientobj (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/drd/ |
D | drd_clientobj.c | 47 static Bool clientobj_remove_obj(DrdClientobj* const p); 83 DrdClientobj* DRD_(clientobj_get_any)(const Addr addr) in DRD_() 93 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t) in DRD_() 95 DrdClientobj* p; in DRD_() 107 DrdClientobj *p; in DRD_() 127 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t) in DRD_() 129 DrdClientobj* p; in DRD_() 159 DrdClientobj* p; in DRD_() 176 static Bool clientobj_remove_obj(DrdClientobj* const p) in clientobj_remove_obj() 206 DrdClientobj* p; in DRD_() [all …]
|
D | drd_clientobj.h | 154 } DrdClientobj; typedef 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);
|
D | drd_hb.c | 92 p->cleanup = (void(*)(DrdClientobj*))(DRD_(hb_cleanup)); in DRD_() 134 tl_assert(offsetof(DrdClientobj, hb) == 0); in DRD_() 152 tl_assert(offsetof(DrdClientobj, hb) == 0); in DRD_()
|
D | drd_semaphore.c | 103 p->cleanup = (void(*)(DrdClientobj*))semaphore_cleanup; in drd_semaphore_initialize() 147 tl_assert(offsetof(DrdClientobj, semaphore) == 0); in drd_semaphore_get_or_allocate() 151 tl_assert(offsetof(DrdClientobj, semaphore) == 0); in drd_semaphore_get_or_allocate() 164 tl_assert(offsetof(DrdClientobj, semaphore) == 0); in semaphore_get()
|
D | drd_mutex.c | 74 p->cleanup = (void(*)(DrdClientobj*))mutex_cleanup; in DRD_() 76 = (void(*)(DrdClientobj*, DrdThreadId))mutex_delete_thread; in DRD_() 163 tl_assert(offsetof(DrdClientobj, mutex) == 0); in DRD_() 189 tl_assert(offsetof(DrdClientobj, mutex) == 0); in DRD_()
|
D | drd_barrier.c | 120 p->cleanup = (void(*)(DrdClientobj*))barrier_cleanup; in DRD_() 122 = (void(*)(DrdClientobj*, DrdThreadId))barrier_delete_thread; in DRD_() 199 tl_assert(offsetof(DrdClientobj, barrier) == 0); in DRD_() 215 tl_assert(offsetof(DrdClientobj, barrier) == 0); in DRD_()
|
D | drd_cond.c | 67 p->cleanup = (void(*)(DrdClientobj*))(DRD_(cond_cleanup)); in DRD_() 122 tl_assert(offsetof(DrdClientobj, cond) == 0); in cond_get_or_allocate() 140 tl_assert(offsetof(DrdClientobj, cond) == 0); in DRD_()
|
D | drd_rwlock.c | 229 p->cleanup = (void(*)(DrdClientobj*))rwlock_cleanup; in DRD_() 231 = (void(*)(DrdClientobj*, DrdThreadId))rwlock_delete_thread; in DRD_() 276 tl_assert(offsetof(DrdClientobj, rwlock) == 0); in DRD_() 305 tl_assert(offsetof(DrdClientobj, rwlock) == 0); in DRD_()
|
D | drd_error.c | 132 DrdClientobj* cl; in first_observed()
|