Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h170 void ExclusiveLock(Thread* self) ACQUIRE();
171 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock()
281 void ExclusiveLock(Thread* self) ACQUIRE();
282 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in WriterLock()
463 mu_.ExclusiveLock(self_); in MutexLock()
496 mu_.ExclusiveLock(self_); in WriterMutexLock()
Dmutex_test.cc153 mu.ExclusiveLock(Thread::Current()); in TEST_F()
Dmutex.cc360 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex
572 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex
908 guard_.ExclusiveLock(self); in WaitHoldingLocks()
949 guard_.ExclusiveLock(self); in TimedWait()
/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.cc244 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetStackTrace()
709 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameCount()
779 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameLocation()
917 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetOwnedMonitorInfoCommon()
1026 art::Locks::thread_list_lock_->ExclusiveLock(self); in NotifyFramePop()
1035 art::Locks::thread_suspend_count_lock_->ExclusiveLock(self); in NotifyFramePop()
1099 art::Locks::thread_list_lock_->ExclusiveLock(self); in PopFrame()
1106 art::Locks::thread_suspend_count_lock_->ExclusiveLock(self); in PopFrame()
Dti_monitor.cc363 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetCurrentContendedMonitor()
Dti_method.cc749 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalVariableGeneric()
880 art::Locks::thread_list_lock_->ExclusiveLock(self); in SetLocalVariableGeneric()
942 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetLocalInstance()
Djvmti_weak_table-inl.h55 allow_disallow_lock_.ExclusiveLock(art::Thread::Current()); in Lock()
Dti_thread.cc77 art::Locks::user_code_suspension_lock_->ExclusiveLock(self_); in ScopedNoUserCodeSuspension()
1089 art::Locks::thread_list_lock_->ExclusiveLock(self); in StopThread()
/art/runtime/
Dthread-inl.h380 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in ModifySuspendCount()
Dthread_list.cc538 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()
643 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()
1135 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAllForDebugger()
Dintern_table.cc197 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
Dmonitor.cc505 Locks::thread_list_lock_->ExclusiveLock(Thread::Current()); in Lock()
Druntime.cc616 Locks::abort_lock_->ExclusiveLock(Thread::Current()); in Abort()
/art/runtime/gc/collector/
Dmark_sweep.cc1204 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()