Home
last modified time | relevance | path

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

/aosp12/art/runtime/base/
H A Dmutex-inl.h193 DCHECK(GetExclusiveOwnerTid() == 0 || GetExclusiveOwnerTid() == -1); in SharedLock()
200 DCHECK(GetExclusiveOwnerTid() == 0 || GetExclusiveOwnerTid() == -1); in SharedUnlock()
228 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
242 inline pid_t Mutex::GetExclusiveOwnerTid() const { in GetExclusiveOwnerTid() function
258 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
268 inline pid_t ReaderWriterMutex::GetExclusiveOwnerTid() const { in GetExclusiveOwnerTid() function
H A Dmutex.cc416 if (GetExclusiveOwnerTid() != 0) { in ~Mutex()
515 pid_t owner_tid = GetExclusiveOwnerTid(); in DumpStack()
590 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveTryLock()
659 DCHECK_NE(GetExclusiveOwnerTid(), 0); in ExclusiveUnlock()
713 << " owner=" << GetExclusiveOwnerTid() << " "; in Dump()
748 CHECK_EQ(GetExclusiveOwnerTid(), 0); in ~ReaderWriterMutex()
796 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveLock()
806 DCHECK_NE(GetExclusiveOwnerTid(), 0); in ExclusiveUnlock()
957 << " owner=" << GetExclusiveOwnerTid() in Dump()
1098 pid_t old_owner = guard_.GetExclusiveOwnerTid(); in WaitHoldingLocks()
[all …]
H A Dmutex.h213 pid_t GetExclusiveOwnerTid() const;
391 pid_t GetExclusiveOwnerTid() const;
/aosp12/art/runtime/
H A Dmonitor.cc239 DCHECK_EQ(monitor_lock_.GetExclusiveOwnerTid(), 0) << " my tid = " << SafeGetTid(self); in Install()
242 DCHECK_EQ(monitor_lock_.GetExclusiveOwnerTid(), owner->GetTid()) in Install()
259 DCHECK_EQ(monitor_lock_.GetExclusiveOwnerTid(), 0) << " my tid = " << SafeGetTid(self); in Install()
H A Dthread_list.cc122 return Locks::thread_list_lock_->GetExclusiveOwnerTid(); in GetLockOwner()
H A Druntime.cc2249 uint64_t mutator_lock_owner = Locks::mutator_lock_->GetExclusiveOwnerTid(); in DumpLockHolders()
H A Dthread.cc1964 if (rw_mutex->GetExclusiveOwnerTid() == tid) { in DumpState()
H A Dclass_linker.cc9916 return Locks::classlinker_classes_lock_->GetExclusiveOwnerTid(); in GetClassesLockOwner()
9920 return Locks::dex_lock_->GetExclusiveOwnerTid(); in GetDexLockOwner()