Home
last modified time | relevance | path

Searched refs:GetOwner (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.h116 Thread* GetOwner() const NO_THREAD_SAFETY_ANALYSIS { in GetOwner() function
Dmonitor.cc557 Thread* current_owner = (monitor != nullptr) ? monitor->GetOwner() : nullptr; in FailedUnlock()