HomeSort by relevance Sort by last modified time
    Searched refs:clientobj_present (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/drd/
drd_clientobj.c 106 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2) function
132 tl_assert(! DRD_(clientobj_present)(a1, a1 + 1));
drd_clientobj.h 163 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2);
drd_hb.c 139 if (DRD_(clientobj_present)(hb, hb + 1))
drd_cond.c 127 if (DRD_(clientobj_present)(cond, cond + 1))
drd_mutex.c 158 if (DRD_(clientobj_present)(mutex, mutex + 1))
drd_rwlock.c 284 if (DRD_(clientobj_present)(rwlock, rwlock + 1))

Completed in 70 milliseconds