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

  /art/runtime/base/
mutex-inl.h 47 static inline uint64_t SafeGetTid(const Thread* self) {
183 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
199 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
mutex.cc 403 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
423 exclusive_owner_ = SafeGetTid(self);
463 exclusive_owner_ = SafeGetTid(self);
604 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
624 exclusive_owner_ = SafeGetTid(self);
683 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
714 exclusive_owner_ = SafeGetTid(self);
724 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
854 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
    [all...]

Completed in 230 milliseconds