Lines Matching refs:GetExclusiveOwnerTid
341 << "destroying mutex with owner or contenders. Owner:" << GetExclusiveOwnerTid(); in ~Mutex()
343 if (GetExclusiveOwnerTid() != 0) { in ~Mutex()
374 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
400 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveLock()
440 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveTryLock()
467 DCHECK_NE(GetExclusiveOwnerTid(), 0); in ExclusiveUnlock()
521 << " owner=" << GetExclusiveOwnerTid() << " "; in Dump()
557 CHECK_EQ(GetExclusiveOwnerTid(), 0); in ~ReaderWriterMutex()
584 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock()
603 DCHECK_EQ(GetExclusiveOwnerTid(), 0); in ExclusiveLock()
613 DCHECK_NE(GetExclusiveOwnerTid(), 0); in ExclusiveUnlock()
663 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
704 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in HandleSharedLockContention()
761 << " owner=" << GetExclusiveOwnerTid() in Dump()
834 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); in Broadcast()
915 pid_t old_owner = guard_.GetExclusiveOwnerTid(); in WaitHoldingLocks()
961 pid_t old_owner = guard_.GetExclusiveOwnerTid(); in TimedWait()