Home
last modified time | relevance | path

Searched refs:GetExclusiveOwnerTid (Results 1 – 7 of 7) sorted by relevance

/art/runtime/base/
Dmutex-inl.h183 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
193 inline uint64_t Mutex::GetExclusiveOwnerTid() const { in GetExclusiveOwnerTid() function
199 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
209 inline uint64_t ReaderWriterMutex::GetExclusiveOwnerTid() const { in GetExclusiveOwnerTid() function
Dmutex.cc403 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
541 << " owner=" << GetExclusiveOwnerTid() << " "; in Dump()
604 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
683 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
724 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self)); in HandleSharedLockContention()
781 << " owner=" << GetExclusiveOwnerTid() in Dump()
854 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
Dmutex.h269 uint64_t GetExclusiveOwnerTid() const;
396 uint64_t GetExclusiveOwnerTid() const;
/art/runtime/
Dthread_list.cc121 return Locks::thread_list_lock_->GetExclusiveOwnerTid(); in GetLockOwner()
Druntime.cc1613 uint64_t mutator_lock_owner = Locks::mutator_lock_->GetExclusiveOwnerTid(); in DumpLockHolders()
Dthread.cc1653 if (rw_mutex->GetExclusiveOwnerTid() == static_cast<uint64_t>(tid)) { in DumpState()
Dclass_linker.cc8590 return Locks::classlinker_classes_lock_->GetExclusiveOwnerTid(); in GetClassesLockOwner()
8594 return Locks::dex_lock_->GetExclusiveOwnerTid(); in GetDexLockOwner()