Searched refs:GetWaitMonitor (Results 1 – 2 of 2) sorted by relevance
472 DCHECK(self->GetWaitMonitor() == nullptr); in Wait()506 DCHECK(self->GetWaitMonitor() != nullptr); in Wait()564 if (thread->GetWaitMonitor() != nullptr) { in Notify()940 Monitor* monitor = thread->GetWaitMonitor(); in DescribeWait()987 Monitor* monitor = thread->GetWaitMonitor(); in GetContendedMonitor()
470 Monitor* GetWaitMonitor() const EXCLUSIVE_LOCKS_REQUIRED(wait_mutex_) { in GetWaitMonitor() function