Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc629 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()
657 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()
718 if (thread->GetWaitMonitor() != nullptr) { in Notify()
1098 Monitor* monitor = thread->GetWaitMonitor(); in DescribeWait()
1145 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
Dthread.h483 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function