Searched refs:GetWaitMutex (Results 1 – 2 of 2) sorted by relevance
652 MutexLock mu(self, *self->GetWaitMutex()); in Wait()684 MutexLock mu(self, *self->GetWaitMutex()); in Wait()701 MutexLock mu(self, *self->GetWaitMutex()); in Wait()712 self->GetWaitMutex()->AssertNotHeld(self); in Wait()745 MutexLock wait_mu(self, *thread->GetWaitMutex()); in Notify()1153 MutexLock mu(self, *thread->GetWaitMutex()); in DescribeWait()1207 MutexLock mu(Thread::Current(), *thread->GetWaitMutex()); in GetContendedMonitor()
516 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) { in GetWaitMutex() function