Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc472 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()
506 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()
564 if (thread->GetWaitMonitor() != nullptr) { in Notify()
940 Monitor* monitor = thread->GetWaitMonitor(); in DescribeWait()
987 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
Dthread.h470 Monitor* GetWaitMonitor() const EXCLUSIVE_LOCKS_REQUIRED(wait_mutex_) { in GetWaitMonitor() function