Home
last modified time | relevance | path

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

/art/test/923-monitors/
Dexpected-stdout.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.cc52 mu.Unlock(Thread::Current()); in TEST_F()
62 mu.Unlock(Thread::Current()); in TryLockUnlockTest()
78 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()
80 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()
96 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()
98 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()
120 state->mu.Unlock(Thread::Current()); in RecursiveLockWaitCallback()
136 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()
137 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()
Dmutex.h198 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/build/
Dart.go286 defer artTestMutex.Unlock()
313 defer artTestMutex.Unlock()
/art/openjdkjvmti/
Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
Djvmti_weak_table-inl.h58 void JvmtiWeakTable<T>::Unlock() { in Unlock() function
Ddeopt_manager.cc336 deopt_->deoptimization_status_lock_.Unlock(self_); in ScopedDeoptimizationContext()
Dti_heap.cc1840 env->object_tag_table->Unlock(); in ReplaceWeakRoots()
1876 env->object_tag_table->Unlock(); in ReplaceWeakRoots()
/art/runtime/
Dmonitor.cc746 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor
818 monitor_lock_.Unlock(self); // Releases contenders. in SignalWaiterAndReleaseMonitorLock()
824 monitor_lock_.Unlock(self); in SignalWaiterAndReleaseMonitorLock()
1268 return mon->Unlock(self); in MonitorExit()
Dmonitor.h246 bool Unlock(Thread* thread)
Dthread_list.cc632 Locks::thread_suspend_count_lock_->Unlock(self); in FlipThreadRoots()
1281 Locks::runtime_shutdown_lock_->Unlock(self); in WaitForOtherNonDaemonThreadsToExit()
1287 Locks::runtime_shutdown_lock_->Unlock(self); in WaitForOtherNonDaemonThreadsToExit()
Dthread.cc1469 Locks::thread_suspend_count_lock_->Unlock(self); in UnsafeLogFatalForSuspendCount()
1806 Locks::thread_list_lock_->Unlock(self); in EnsureFlipFunctionStarted()
1818 Locks::thread_list_lock_->Unlock(self); in EnsureFlipFunctionStarted()
1918 Locks::thread_list_lock_->Unlock(self); in WaitForFlipFunctionTestingExited()
1928 Locks::thread_list_lock_->Unlock(self); // So we can wait or return. in WaitForFlipFunctionTestingExited()
1933 Locks::thread_suspend_count_lock_->Unlock(self); // To re-lock thread_list_lock. in WaitForFlipFunctionTestingExited()
1937 Locks::thread_list_lock_->Unlock(self); in WaitForFlipFunctionTestingExited()
4792 Locks::thread_list_lock_->Unlock(self); in LockedGetPeerFromOtherThread()