Home
last modified time | relevance | path

Searched refs:SharedUnlock (Results 1 – 9 of 9) 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.h352 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
353 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } in ReaderUnlock()
/art/runtime/
Dfault_handler.cc467 Locks::mutator_lock_->SharedUnlock(self); in RemoveGeneratedCodeRange()
Dthread_list.cc658 Locks::mutator_lock_->SharedUnlock(self); in FlipThreadRoots()
Druntime.cc596 Locks::mutator_lock_->SharedUnlock(self); in Dump()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1051 Locks::mutator_lock_->SharedUnlock(self); in CaptureThreadRootsForMarking()
1790 Locks::mutator_lock_->SharedUnlock(self); in IssueDisableMarkingCheckpoint()
1817 Locks::mutator_lock_->SharedUnlock(self); in IssueEmptyCheckpoint()
2081 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
2099 Locks::mutator_lock_->SharedUnlock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1198 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
Dmark_compact.cc4387 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()