Home
last modified time | relevance | path

Searched refs:SafeGetTid (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex-inl.h76 static inline uint64_t SafeGetTid(const Thread* self) { in SafeGetTid() function
162 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self)); in SharedLock()
213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
229 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
Dmutex.cc328 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
345 exclusive_owner_ = SafeGetTid(self); in ExclusiveLock()
385 exclusive_owner_ = SafeGetTid(self); in ExclusiveTryLock()
504 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
521 exclusive_owner_ = SafeGetTid(self); in ExclusiveLock()
580 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
608 exclusive_owner_ = SafeGetTid(self); in ExclusiveLockWithTimeout()
715 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()