Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc249 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
256 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
261 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
265 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
270 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
714 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
721 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
726 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
784 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameLocation()
791 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameLocation()
[all …]
Ddeopt_manager.cc255 breakpoint_status_lock_.ExclusiveUnlock(self); in AddMethodBreakpoint()
260 breakpoint_status_lock_.ExclusiveUnlock(self); in AddMethodBreakpoint()
265 deoptimization_status_lock_.ExclusiveUnlock(self); in AddMethodBreakpoint()
301 deoptimization_status_lock_.ExclusiveUnlock(self); in RemoveMethodBreakpoint()
324 deoptimization_status_lock_.ExclusiveUnlock(self); in WaitForDeoptimizationToFinish()
417 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in AddDeoptimizeThreadMethods()
435 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in AddDeoptimizeThreadMethods()
465 deoptimization_status_lock_.ExclusiveUnlock(self); in RemoveDeoptimizationRequester()
483 deoptimization_status_lock_.ExclusiveUnlock(self); in AddDeoptimizationRequester()
Dti_thread.cc79 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ScopedNoUserCodeSuspension()
90 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ~ScopedNoUserCodeSuspension()
1093 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in StopThread()
1096 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in StopThread()
Dti_monitor.cc367 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetCurrentContendedMonitor()
Dti_method.cc753 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetLocalVariableGeneric()
884 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in SetLocalVariableGeneric()
946 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetLocalInstance()
Djvmti_weak_table-inl.h59 allow_disallow_lock_.ExclusiveUnlock(art::Thread::Current()); in Unlock()
/art/runtime/base/
Dmutex.h178 void ExclusiveUnlock(Thread* self) RELEASE();
179 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
285 void ExclusiveUnlock(Thread* self) RELEASE();
286 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
467 mu_.ExclusiveUnlock(self_); in RELEASE()
500 mu_.ExclusiveUnlock(self_); in UNLOCK_FUNCTION()
Dmutex_test.cc156 mu.ExclusiveUnlock(Thread::Current()); in TEST_F()
Dmutex.cc453 void Mutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::Mutex
609 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::ReaderWriterMutex
887 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
938 guard_.ExclusiveUnlock(self); in TimedWait()
/art/runtime/
Dthread_list.cc541 Locks::mutator_lock_->ExclusiveUnlock(self); in FlipThreadRoots()
799 Locks::mutator_lock_->ExclusiveUnlock(self); in ResumeAll()
1132 Locks::mutator_lock_->ExclusiveUnlock(self); in SuspendAllForDebugger()
1136 Locks::mutator_lock_->ExclusiveUnlock(self); in SuspendAllForDebugger()
Dthread-inl.h378 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self); in ModifySuspendCount()
Dintern_table.cc188 Locks::intern_table_lock_->ExclusiveUnlock(self); in WaitUntilAccessible()
Dmonitor.cc532 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current()); in Lock()
535 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current()); in Lock()
/art/runtime/gc/collector/
Dmark_sweep.cc1197 Locks::heap_bitmap_lock_->ExclusiveUnlock(self); in MarkRootsCheckpoint()