Home
last modified time | relevance | path

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

/aosp12/art/runtime/base/
H A Dmutex_test.cc146 mu.SharedUnlock(Thread::Current()); in TEST_F()
166 mu.SharedUnlock(Thread::Current()); in SharedTryLockUnlockTest()
H A Dmutex-inl.h198 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
309 mu_.SharedUnlock(self_); in ~ReaderMutexLock()
H A Dmutex.h345 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
346 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc1047 Locks::mutator_lock_->SharedUnlock(self); in CaptureThreadRootsForMarking()
1771 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
1796 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
2057 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
2075 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
H A Dmark_sweep.cc1198 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
/aosp12/art/runtime/
H A Druntime.cc560 Locks::mutator_lock_->SharedUnlock(self); in Dump()