Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc154 mu.SharedUnlock(Thread::Current()); in TEST_F()
174 mu.SharedUnlock(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex-inl.h208 inline void ReaderWriterMutex::SharedUnlock(Thread* self) { in SharedUnlock() function
319 mu_.SharedUnlock(self_); in ~ReaderMutexLock()
Dmutex.h348 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
349 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
/art/runtime/
Dfault_handler.cc415 Locks::mutator_lock_->SharedUnlock(self); in RemoveGeneratedCodeRange()
Druntime.cc582 Locks::mutator_lock_->SharedUnlock(self); in Dump()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1064 Locks::mutator_lock_->SharedUnlock(self); in CaptureThreadRootsForMarking()
1803 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
1828 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
2092 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
2110 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1201 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
Dmark_compact.cc3738 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()