Searched refs:Unlock (Results 1 – 11 of 11) sorted by relevance
1 Unlock4 Unlock5 Unlock9 Unlock10 Unlock11 Unlock21 Unlock22 Unlock28 Unlock29 Unlock[all …]
44 mu.Unlock(Thread::Current()); in TEST_F()54 mu.Unlock(Thread::Current()); in TryLockUnlockTest()70 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()72 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()88 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()90 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()112 state->mu.Unlock(Thread::Current()); in RecursiveLockWaitCallback()128 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()129 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()
179 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock() function
9 monitor-exit v1 # Unlock on alias19 monitor-exit v1 # Unlock on alias
21 monitor-exit v2 # Unlock the else branch
461 monitor_lock_.Unlock(self); // Let go of locks in order. in Lock()593 monitor_lock_.Unlock(self); in Lock()701 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor721 monitor_lock_.Unlock(self); in Unlock()728 monitor_lock_.Unlock(self); in Unlock()767 monitor_lock_.Unlock(self); in SignalContendersAndReleaseMonitorLock()776 monitor_lock_.Unlock(self); in SignalContendersAndReleaseMonitorLock()788 monitor_lock_.Unlock(self); in Wait()801 monitor_lock_.Unlock(self); in Wait()918 monitor_lock_.Unlock(self); in Wait()[all …]
231 bool Unlock(Thread* thread)
118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
58 void JvmtiWeakTable<T>::Unlock() { in Unlock() function
344 deopt_->deoptimization_status_lock_.Unlock(self_); in ScopedDeoptimizationContext()
276 defer artTestMutex.Unlock()