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 71 static inline uint64_t SafeGetTid(const Thread* self) {
145 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
mutex.cc 354 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
367 exclusive_owner_ = SafeGetTid(self);
399 exclusive_owner_ = SafeGetTid(self);
466 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
557 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
570 exclusive_owner_ = SafeGetTid(self);
626 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
642 exclusive_owner_ = SafeGetTid(self);
692 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
793 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self))
    [all...]

Completed in 37 milliseconds