Searched refs:GetWaitMutex (Results 1 – 2 of 2) sorted by relevance
812 MutexLock wait_mu(self, *thread->GetWaitMutex()); in SignalWaiterAndReleaseMonitorLock()877 MutexLock mu(self, *self->GetWaitMutex()); in Wait()918 MutexLock mu(self, *self->GetWaitMutex()); in Wait()947 self->GetWaitMutex()->AssertNotHeld(self); in Wait()1396 MutexLock mu(self, *thread->GetWaitMutex()); in FetchState()1435 MutexLock mu(Thread::Current(), *thread->GetWaitMutex()); in GetContendedMonitor()
610 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) { in GetWaitMutex() function