Searched refs:GetWaitMonitor (Results 1 – 2 of 2) sorted by relevance
809 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()
612 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function