Searched defs:SafeGetTid (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex-inl.h49 static inline uint64_t SafeGetTid(const Thread* self) { function in namespace:art
180 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
196 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));

Completed in 2324 milliseconds