Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc794 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()
822 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()
883 if (thread->GetWaitMonitor() != nullptr) { in Notify()
1311 Monitor* monitor = thread->GetWaitMonitor(); in FetchState()
1350 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
Dthread.h585 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function