Searched refs:GetOwner (Results 1 – 2 of 2) sorted by relevance
116 Thread* GetOwner() const NO_THREAD_SAFETY_ANALYSIS { in GetOwner() function
509 Thread* current_owner = (monitor != nullptr) ? monitor->GetOwner() : nullptr; in FailedUnlock()