Home
last modified time | relevance | path

Searched refs:ExclusiveUnlock (Results 1 – 17 of 17) 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.cc79 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ScopedNoUserCodeSuspension()
90 art::Locks::user_code_suspension_lock_->ExclusiveUnlock(self_); in ~ScopedNoUserCodeSuspension()
1096 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in StopThread()
1099 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.cc952 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in GetLocalVariableGeneric()
1131 art::Locks::thread_list_lock_->ExclusiveUnlock(self); in SetLocalVariableGeneric()
1193 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()
311 void ExclusiveUnlock(Thread* self) RELEASE();
312 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
495 mu_.ExclusiveUnlock(self_); in RELEASE()
528 mu_.ExclusiveUnlock(self_); in UNLOCK_FUNCTION()
Dmutex_test.cc156 mu.ExclusiveUnlock(Thread::Current()); in TEST_F()
Dmutex.cc567 void Mutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::Mutex
724 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::ReaderWriterMutex
1003 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
1043 guard_.ExclusiveUnlock(self); in TimedWait()
/art/runtime/
Dmonitor.cc247 monitor_lock_.ExclusiveUnlock(owner); in Install()
481 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
494 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
570 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
615 Locks::thread_list_lock_->ExclusiveUnlock(self); in Lock()
1020 monitor->monitor_lock_.ExclusiveUnlock(self); in Deflate()
Dthread-inl.h380 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self); in ModifySuspendCount()
Dintern_table.cc188 Locks::intern_table_lock_->ExclusiveUnlock(self); in WaitUntilAccessible()
Dthread_list.cc542 Locks::mutator_lock_->ExclusiveUnlock(self); in FlipThreadRoots()
794 Locks::mutator_lock_->ExclusiveUnlock(self); in ResumeAll()
Dthread.cc1649 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1658 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1691 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
1744 Locks::thread_list_lock_->ExclusiveUnlock(self); in RequestSynchronousCheckpoint()
/art/runtime/jit/
Dprofile_saver.cc129 Locks::profiler_lock_->ExclusiveUnlock(self); in Run()
Djit_code_cache.cc1561 Locks::jit_lock_->ExclusiveUnlock(self); in AddProfilingInfo()
/art/runtime/gc/collector/
Dmark_sweep.cc1197 Locks::heap_bitmap_lock_->ExclusiveUnlock(self); in MarkRootsCheckpoint()