Searched refs:GetWaitMutex (Results 1 – 2 of 2) sorted by relevance
808 MutexLock wait_mu(self, *thread->GetWaitMutex()); in SignalWaiterAndReleaseMonitorLock()873 MutexLock mu(self, *self->GetWaitMutex()); in Wait()914 MutexLock mu(self, *self->GetWaitMutex()); in Wait()943 self->GetWaitMutex()->AssertNotHeld(self); in Wait()1408 MutexLock mu(self, *thread->GetWaitMutex()); in FetchState()1447 MutexLock mu(Thread::Current(), *thread->GetWaitMutex()); in GetContendedMonitor()
604 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) { in GetWaitMutex() function