Searched refs:GetWaitMonitor (Results 1 – 2 of 2) sorted by relevance
794 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()822 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()883 if (thread->GetWaitMonitor() != nullptr) { in Notify()1311 Monitor* monitor = thread->GetWaitMonitor(); in FetchState()1350 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
585 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function