Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h51 static inline pid_t SafeGetTid(const Thread* self) { in SafeGetTid() function
213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
239 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
Dmutex.cc445 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
465 exclusive_owner_.StoreRelaxed(SafeGetTid(self)); in ExclusiveLock()
505 exclusive_owner_.StoreRelaxed(SafeGetTid(self)); in ExclusiveTryLock()
646 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
666 exclusive_owner_.StoreRelaxed(SafeGetTid(self)); in ExclusiveLock()
725 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
756 exclusive_owner_.StoreRelaxed(SafeGetTid(self)); in ExclusiveLockWithTimeout()
766 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in HandleSharedLockContention()
896 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()