Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc809 if (thread->GetWaitMonitor() != nullptr) { in SignalWaiterAndReleaseMonitorLock()
887 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()
915 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()
1409 Monitor* monitor = thread->GetWaitMonitor(); in FetchState()
1448 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
Dthread.h612 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function