Lines Matching refs:GetExclusiveOwnerTid
414 << "destroying mutex with owner or contenders. Owner:" << GetExclusiveOwnerTid(); in ~Mutex()
416 if (GetExclusiveOwnerTid() != 0) { in ~Mutex()
447 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
498 DCHECK_EQ(GetExclusiveOwnerTid(), 0) << " my tid = " << SafeGetTid(self) in ExclusiveLock()
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()
774 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
796 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveLock()
806 DCHECK_NE(GetExclusiveOwnerTid(), 0); in ExclusiveUnlock()
853 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
897 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in HandleSharedLockContention()
957 << " owner=" << GetExclusiveOwnerTid() in Dump()
1028 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
1098 pid_t old_owner = guard_.GetExclusiveOwnerTid(); in WaitHoldingLocks()
1145 pid_t old_owner = guard_.GetExclusiveOwnerTid(); in TimedWait()