Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc813 if (thread->GetWaitMonitor() != nullptr) { in SignalWaiterAndReleaseMonitorLock()
891 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()
919 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()
1397 Monitor* monitor = thread->GetWaitMonitor(); in FetchState()
1436 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
Dthread.h618 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function