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-inl.h198 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
309 mu_.SharedUnlock(self_); in ~ReaderMutexLock()
Dmutex.h329 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
330 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1025 Locks::mutator_lock_->SharedUnlock(self); in CaptureThreadRootsForMarking()
1716 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
1741 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
2006 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1198 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
/art/runtime/
Druntime.cc545 Locks::mutator_lock_->SharedUnlock(self); in Dump()