Searched refs:held_mutex (Results 1 – 3 of 3) sorted by relevance
108 BaseMutex* held_mutex = self->GetHeldMutex(static_cast<LockLevel>(i)); in CheckEmptyCheckpointFromWeakRefAccess() local109 if (held_mutex != nullptr && in CheckEmptyCheckpointFromWeakRefAccess()110 held_mutex != GetMutatorLock() && in CheckEmptyCheckpointFromWeakRefAccess()111 held_mutex != cond_var_mutex) { in CheckEmptyCheckpointFromWeakRefAccess()112 CHECK(Locks::IsExpectedOnWeakRefAccess(held_mutex)) in CheckEmptyCheckpointFromWeakRefAccess()113 << "Holding unexpected mutex " << held_mutex->GetName() in CheckEmptyCheckpointFromWeakRefAccess()195 BaseMutex* held_mutex = GetHeldMutex(static_cast<LockLevel>(i)); in AssertThreadSuspensionIsAllowable() local196 if (held_mutex != nullptr) { in AssertThreadSuspensionIsAllowable()197 LOG(ERROR) << "holding \"" << held_mutex->GetName() in AssertThreadSuspensionIsAllowable()
134 BaseMutex* held_mutex = self->GetHeldMutex(lock_level_i); in RegisterAsLockedImpl() local140 } else if (UNLIKELY(held_mutex != nullptr) && lock_level_i != kAbortLock) { in RegisterAsLockedImpl()141 LOG(ERROR) << "Lock level violation: holding \"" << held_mutex->name_ << "\" " in RegisterAsLockedImpl()
260 BaseMutex* held_mutex = self->GetHeldMutex(static_cast<LockLevel>(i)); in CheckSafeToWait() local268 if (held_mutex == Locks::user_code_suspension_lock_) { in CheckSafeToWait()277 oss << "Holding \"" << held_mutex->name_ << "\" " in CheckSafeToWait()285 } else if (held_mutex != nullptr) { in CheckSafeToWait()287 oss << "Holding \"" << held_mutex->name_ << "\" " in CheckSafeToWait()