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.h196 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
310 mu_.SharedUnlock(self_); in ~ReaderMutexLock()
Dmutex.h303 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
304 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1020 Locks::mutator_lock_->SharedUnlock(self); in CaptureThreadRootsForMarking()
1705 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
1730 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
1995 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1198 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
/art/runtime/
Druntime.cc531 Locks::mutator_lock_->SharedUnlock(self); in Dump()