Searched refs:GetWaitMutex (Results 1 – 2 of 2) sorted by relevance
813 MutexLock wait_mu(self, *thread->GetWaitMutex()); in SignalWaiterAndReleaseMonitorLock()880 MutexLock mu(self, *self->GetWaitMutex()); in Wait()921 MutexLock mu(self, *self->GetWaitMutex()); in Wait()950 self->GetWaitMutex()->AssertNotHeld(self); in Wait()1399 MutexLock mu(self, *thread->GetWaitMutex()); in FetchState()1438 MutexLock mu(Thread::Current(), *thread->GetWaitMutex()); in GetContendedMonitor()
700 Mutex* GetWaitMutex() const LOCK_RETURNED(wait_mutex_) { in GetWaitMutex() function