Searched refs:ExclusiveLock (Results 1 – 7 of 7) sorted by relevance
223 void ExclusiveLock(Thread* self) ACQUIRE();224 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock()312 void ExclusiveLock(Thread* self) ACQUIRE();313 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in WriterLock()485 mu_.ExclusiveLock(self_); in MutexLock()528 mu_.ExclusiveLock(self_); in WriterMutexLock()
153 mu.ExclusiveLock(Thread::Current()); in TEST_F()
359 void Mutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::Mutex549 void ReaderWriterMutex::ExclusiveLock(Thread* self) { in ExclusiveLock() function in art::ReaderWriterMutex868 guard_.ExclusiveLock(self); in WaitHoldingLocks()909 guard_.ExclusiveLock(self); in TimedWait()
66 locked_inliner->lock_.ExclusiveLock(self); // Acquire inliner's lock_ before releasing lock_. in GetMethodInliner()
411 Locks::mutator_lock_->ExclusiveLock(self); in FlipThreadRoots()496 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAll()583 Locks::thread_suspend_count_lock_->ExclusiveLock(self); in SuspendAllInternal()958 Locks::mutator_lock_->ExclusiveLock(self); in SuspendAllForDebugger()
253 Locks::intern_table_lock_->ExclusiveLock(self); in WaitUntilAccessible()
466 Locks::heap_bitmap_lock_->ExclusiveLock(self); in operator ()()1182 Locks::heap_bitmap_lock_->ExclusiveLock(self); in MarkRootsCheckpoint()