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 90 BaseMutex* held_mutex = self->GetHeldMutex(static_cast<LockLevel>(i)); local
91 if (UNLIKELY(held_mutex != nullptr)) {
92 LOG(ERROR) << "Lock level violation: holding \"" << held_mutex->name_ << "\" "
mutex.cc 203 BaseMutex* held_mutex = self->GetHeldMutex(static_cast<LockLevel>(i)); local
205 if (held_mutex != nullptr) {
206 LOG(ERROR) << "Holding \"" << held_mutex->name_ << "\" "
    [all...]
  /art/runtime/
thread-inl.h 94 BaseMutex* held_mutex = GetHeldMutex(static_cast<LockLevel>(i)); local
95 if (held_mutex != nullptr) {
96 LOG(ERROR) << "holding \"" << held_mutex->GetName()

Completed in 2770 milliseconds