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 49 static inline uint64_t SafeGetTid(const Thread* self) {
180 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
196 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
mutex.cc 374 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
391 exclusive_owner_ = SafeGetTid(self);
431 exclusive_owner_ = SafeGetTid(self);
561 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
578 exclusive_owner_ = SafeGetTid(self);
637 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
665 exclusive_owner_ = SafeGetTid(self);
675 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
791 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
    [all...]

Completed in 464 milliseconds