Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h49 static inline uint64_t SafeGetTid(const Thread* self) { in SafeGetTid() function
180 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
196 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
Dmutex.cc371 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
388 exclusive_owner_ = SafeGetTid(self); in ExclusiveLock()
428 exclusive_owner_ = SafeGetTid(self); in ExclusiveTryLock()
558 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
575 exclusive_owner_ = SafeGetTid(self); in ExclusiveLock()
634 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
662 exclusive_owner_ = SafeGetTid(self); in ExclusiveLockWithTimeout()
672 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self)); in HandleSharedLockContention()
783 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()