Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc146 mu.SharedUnlock(Thread::Current()); in TEST_F()
166 mu.SharedUnlock(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex.h348 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
349 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
526 mu_.SharedUnlock(self_); in RELEASE()
Dmutex-inl.h150 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc891 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
941 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
1300 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1174 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
/art/runtime/
Druntime.cc422 Locks::mutator_lock_->SharedUnlock(self); in Dump()