Searched refs:ExclusiveLock (Results 1 – 15 of 15) sorted by relevance
170 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()
153 mu.ExclusiveLock(Thread::Current()); in TEST_F()
360 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex572 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex908 guard_.ExclusiveLock(self); in WaitHoldingLocks()949 guard_.ExclusiveLock(self); in TimedWait()
223 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()
244 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()
363 art::Locks::thread_list_lock_->ExclusiveLock(self); in GetCurrentContendedMonitor()
749 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()
55 allow_disallow_lock_.ExclusiveLock(art::Thread::Current()); in Lock()
77 art::Locks::user_code_suspension_lock_->ExclusiveLock(self_); in ScopedNoUserCodeSuspension()1089 art::Locks::thread_list_lock_->ExclusiveLock(self); in StopThread()
380 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in ModifySuspendCount()
538 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()643 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()1135 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAllForDebugger()
197 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
505 Locks::thread_list_lock_->ExclusiveLock(Thread::Current()); in Lock()
616 Locks::abort_lock_->ExclusiveLock(Thread::Current()); in Abort()
1204 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()