Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc223 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizeAllMethods()
230 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizeAllMethods()
244 deoptimization_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
246 breakpoint_status_lock_.ExclusiveLock(self); in AddMethodBreakpoint()
287 deoptimization_status_lock_.ExclusiveLock(self); in RemoveMethodBreakpoint()
413 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in AddDeoptimizeThreadMethods()
456 deoptimization_status_lock_.ExclusiveLock(self); in RemoveDeoptimizationRequester()
472 deoptimization_status_lock_.ExclusiveLock(self); in AddDeoptimizationRequester()
Dti_stack.cc261 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetStackTrace()
726 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameCount()
796 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameLocation()
934 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetOwnedMonitorInfoCommon()
1043 art::Locks::thread_list_lock_->ExclusiveLock(self); in NotifyFramePop()
1052 art::Locks::thread_suspend_count_lock_->ExclusiveLock(self); in NotifyFramePop()
1131 art::Locks::thread_list_lock_->ExclusiveLock(self); in NonStandardExitFrames()
Dti_monitor.cc363 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetCurrentContendedMonitor()
Djvmti_weak_table-inl.h55 allow_disallow_lock_.ExclusiveLock(art::Thread::Current()); in Lock()
Dti_method.cc948 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalVariableGeneric()
1127 art::Locks::thread_list_lock_->ExclusiveLock(self); in SetLocalVariableGeneric()
1189 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalInstance()
Dti_thread.cc77 art::Locks::user_code_suspension_lock_->ExclusiveLock(self_); in ScopedNoUserCodeSuspension()
1092 art::Locks::thread_list_lock_->ExclusiveLock(self); in StopThread()
/art/runtime/base/
Dmutex.h180 void ExclusiveLock(Thread* self) ACQUIRE();
181 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock()
307 void ExclusiveLock(Thread* self) ACQUIRE();
308 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in WriterLock()
491 mu_.ExclusiveLock(self_); in MutexLock()
524 mu_.ExclusiveLock(self_); in WriterMutexLock()
Dmutex_test.cc153 mu.ExclusiveLock(Thread::Current()); in TEST_F()
Dmutex.cc419 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex
684 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex
1013 guard_.ExclusiveLock(self); in WaitHoldingLocks()
1055 guard_.ExclusiveLock(self); in TimedWait()
/art/runtime/
Dthread-inl.h382 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in ModifySuspendCount()
Dmonitor.cc230 monitor_lock_.ExclusiveLock(owner); in Install()
468 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
519 monitor_lock_.ExclusiveLock(self); in Lock()
544 Locks::thread_list_lock_->ExclusiveLock(self); in Lock()
Dintern_table.cc197 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
Dthread_list.cc539 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()
644 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()
Druntime.cc640 Locks::abort_lock_->ExclusiveLock(Thread::Current()); in Abort()
/art/runtime/jit/
Dprofile_saver.cc671 Locks::profiler_lock_->ExclusiveLock(Thread::Current()); in RunProfileSaverThread()
/art/runtime/gc/collector/
Dmark_sweep.cc1204 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()