Searched refs:clientobj_present (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_clientobj.c106 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2) function
132 tl_assert(! DRD_(clientobj_present)(a1, a1 + 1));
H A Ddrd_clientobj.h163 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2);
H A Ddrd_hb.c140 if (DRD_(clientobj_present)(hb, hb + 1))
H A Ddrd_cond.c134 if (DRD_(clientobj_present)(cond, cond + 1))
H A Ddrd_mutex.c163 if (DRD_(clientobj_present)(mutex, mutex + 1))
H A Ddrd_rwlock.c295 if (DRD_(clientobj_present)(rwlock, rwlock + 1))

Completed in 59 milliseconds