Searched refs:GetWaitMonitor (Results 1 – 2 of 2) sorted by relevance
657 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()685 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()746 if (thread->GetWaitMonitor() != nullptr) { in Notify()1154 Monitor* monitor = thread->GetWaitMonitor(); in DescribeWait()1208 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
524 Monitor* GetWaitMonitor() const REQUIRES(wait_mutex_) { in GetWaitMonitor() function