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 107 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2) function
133 tl_assert(! DRD_(clientobj_present)(a1, a1 + 1));
drd_clientobj.h 164 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2);
drd_hb.c 140 if (DRD_(clientobj_present)(hb, hb + 1))
drd_cond.c 128 if (DRD_(clientobj_present)(cond, cond + 1))
drd_mutex.c 159 if (DRD_(clientobj_present)(mutex, mutex + 1))
drd_rwlock.c 291 if (DRD_(clientobj_present)(rwlock, rwlock + 1))

Completed in 204 milliseconds