Searched refs:SharedUnlock (Results 1 – 6 of 6) sorted by relevance
146 mu.SharedUnlock(Thread::Current()); in TEST_F()166 mu.SharedUnlock(Thread::Current()); in SharedTryLockUnlockTest()
314 void SharedUnlock(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;315 void ReaderUnlock(Thread* self) UNLOCK_FUNCTION() { SharedUnlock(self); } in ReaderUnlock()447 mu_.SharedUnlock(self_); in UNLOCK_FUNCTION()
180 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
108 Locks::mutator_lock_->SharedUnlock(this); in TransitionFromRunnableToSuspended()150 Locks::mutator_lock_->SharedUnlock(this); in TransitionFromSuspendedToRunnable()
238 Locks::mutator_lock_->SharedUnlock(self); in Dump()
990 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()