Home
last modified time | relevance | path

Searched refs:SharedLock (Results 1 – 5 of 5) sorted by relevance

/art/runtime/base/
Dmutex-inl.h177 inline void ReaderWriterMutex::SharedLock(Thread* self) { in SharedLock() function
305 mu_.SharedLock(self_); in ReaderMutexLock()
Dmutex.h322 void SharedLock(Thread* self) ACQUIRE_SHARED() ALWAYS_INLINE;
323 void ReaderLock(Thread* self) ACQUIRE_SHARED() { SharedLock(self); } in ReaderLock()
Dmutex_test.cc143 mu.SharedLock(Thread::Current()); in TEST_F()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1030 Locks::mutator_lock_->SharedLock(self); in CaptureThreadRootsForMarking()
1721 Locks::mutator_lock_->SharedLock(self); in IssueDisableMarkingCheckpoint()
1743 Locks::mutator_lock_->SharedLock(self); in IssueEmptyCheckpoint()
2011 Locks::mutator_lock_->SharedLock(self); in RevokeThreadLocalMarkStacks()
Dmark_sweep.cc1203 Locks::mutator_lock_->SharedLock(self); in MarkRootsCheckpoint()