Home
last modified time | relevance | path

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

/art/openjdkjvmti/
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_stack.cc266 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
273 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
278 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
282 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
287 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
731 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
738 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
743 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
801 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameLocation()
808 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameLocation()
[all …]
Dti_thread.cc80 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ScopedNoUserCodeSuspension()
91 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ~ScopedNoUserCodeSuspension()
1095 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in StopThread()
1098 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in StopThread()
Dti_monitor.cc367 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetCurrentContendedMonitor()
Djvmti_weak_table-inl.h59 allow_disallow_lock_.ExclusiveUnlock(art::Thread::Current()); in Unlock()
Dti_method.cc955 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetLocalVariableGeneric()
1134 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in SetLocalVariableGeneric()
1196 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetLocalInstance()
/art/runtime/base/
Dmutex.h190 void ExclusiveUnlock(Thread* self) RELEASE();
191 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
327 void ExclusiveUnlock(Thread* self) RELEASE();
328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
511 mu_.ExclusiveUnlock(self_); in RELEASE()
544 mu_.ExclusiveUnlock(self_); in UNLOCK_FUNCTION()
Dmutex.cc519 Locks::thread_list_lock_->ExclusiveUnlock(self); in DumpStack()
543 Locks::thread_list_lock_->ExclusiveUnlock(self); in DumpStack()
645 void Mutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::Mutex
802 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::ReaderWriterMutex
1081 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
1121 guard_.ExclusiveUnlock(self); in TimedWait()
Dmutex_test.cc156 mu.ExclusiveUnlock(Thread::Current()); in TEST_F()
/art/runtime/
Dmonitor.cc485 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
498 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
574 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
619 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
1024 monitor->monitor_lock_.ExclusiveUnlock(self); in Deflate()
Dthread-inl.h381 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self); in ModifySuspendCount()
Dintern_table.cc188 Locks::intern_table_lock_->ExclusiveUnlock(self); in WaitUntilAccessible()
Dthread_list.cc533 Locks::mutator_lock_->ExclusiveUnlock(self); in FlipThreadRoots()
785 Locks::mutator_lock_->ExclusiveUnlock(self); in ResumeAll()
Dthread.cc1659 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1668 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1701 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1754 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
/art/runtime/jit/
Dprofile_saver.cc125 Locks::profiler_lock_->ExclusiveUnlock(self); in Run()
/art/runtime/gc/collector/
Dmark_sweep.cc1197 Locks::heap_bitmap_lock_->ExclusiveUnlock(self); in MarkRootsCheckpoint()