Home
last modified time | relevance | path

Searched refs:SharedUnlock (Results 1 – 5 of 5) 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/
Dmark_sweep.cc1198 Locks::mutator_lock_->SharedUnlock(self); in MarkRootsCheckpoint()
/art/runtime/
Druntime.cc546 Locks::mutator_lock_->SharedUnlock(self); in Dump()