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