Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 12 of 12) sorted by relevance

/art/test/923-monitors/
Dexpected.txt1 Unlock
4 Unlock
5 Unlock
9 Unlock
10 Unlock
11 Unlock
21 Unlock
22 Unlock
28 Unlock
29 Unlock
[all …]
/art/runtime/base/
Dmutex_test.cc44 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()
Dmutex.h263 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock() function
/art/test/800-smali/smali/
Db_23300986.smali9 monitor-exit v1 # Unlock on alias
19 monitor-exit v1 # Unlock on alias
Db_23502994.smali21 monitor-exit v2 # Unlock the else branch
/art/runtime/
Dmonitor.cc457 monitor_lock_.Unlock(self); // Let go of locks in order. in Lock()
589 monitor_lock_.Unlock(self); in Lock()
697 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor
736 monitor_lock_.Unlock(self); in Wait()
749 monitor_lock_.Unlock(self); in Wait()
799 monitor_lock_.Unlock(self); in Wait()
864 monitor_lock_.Unlock(self); in Wait()
1179 return mon->Unlock(self); in MonitorExit()
Dmonitor.h221 bool Unlock(Thread* thread)
Dthread.cc1199 Locks::thread_suspend_count_lock_->Unlock(self); in UnsafeLogFatalForSuspendCount()
1477 Locks::thread_list_lock_->Unlock(self_thread); in RequestSynchronousCheckpoint()
/art/openjdkjvmti/
Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
Ddeopt_manager.cc281 deopt_->deoptimization_status_lock_.Unlock(self_); in ScopedDeoptimizationContext()
Djvmti_weak_table-inl.h58 void JvmtiWeakTable<T>::Unlock() { in Unlock() function
/art/build/
Dart.go265 defer artTestMutex.Unlock()