Searched refs:SafeGetTid (Results 1 – 2 of 2) sorted by relevance
51 static inline pid_t SafeGetTid(const Thread* self) { in SafeGetTid() function213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()239 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self)); in IsExclusiveHeld()
445 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()