HomeSort by relevance Sort by last modified time
    Searched refs:held_mutex (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/
mutex-inl.h 117 BaseMutex* held_mutex = self->GetHeldMutex(static_cast<LockLevel>(i)); local
118 if (UNLIKELY(held_mutex != NULL)) {
119 LOG(ERROR) << "Lock level violation: holding \"" << held_mutex->name_ << "\" "