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 76 static inline uint64_t SafeGetTid(const Thread* self) {
162 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
229 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
mutex.cc 328 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
345 exclusive_owner_ = SafeGetTid(self);
385 exclusive_owner_ = SafeGetTid(self);
504 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
521 exclusive_owner_ = SafeGetTid(self);
580 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
608 exclusive_owner_ = SafeGetTid(self);
715 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
    [all...]

Completed in 390 milliseconds