Home
last modified time | relevance | path

Searched refs:SharedUnlock (Results 1 – 7 of 7) sorted by relevance

/art/runtime/base/
Dmutex_test.cc147 mu.SharedUnlock(Thread::Current()); in TEST_F()
167 mu.SharedUnlock(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex.h320 void SharedUnlock(Thread* self) UNLOCK_FUNCTION() ALWAYS_INLINE;
321 void ReaderUnlock(Thread* self) UNLOCK_FUNCTION() { SharedUnlock(self); } in ReaderUnlock()
456 mu_.SharedUnlock(self_); in UNLOCK_FUNCTION()
Dmutex-inl.h147 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
/art/runtime/
Dthread-inl.h137 Locks::mutator_lock_->SharedUnlock(this); in TransitionFromRunnableToSuspended()
179 Locks::mutator_lock_->SharedUnlock(this); in TransitionFromSuspendedToRunnable()
Druntime.cc316 Locks::mutator_lock_->SharedUnlock(self); in Dump()
/art/runtime/gc/collector/
Dmark_sweep.cc432 Locks::mutator_lock_->SharedUnlock(self); in operator ()()
1107 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
Dconcurrent_copying.cc446 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()