Searched refs:RELEASE_SHARED (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dmutex.h363 void SharedUnlock(Thread* self) RELEASE_SHARED() ALWAYS_INLINE;
364 void ReaderUnlock(Thread* self) RELEASE_SHARED() { SharedUnlock(self); } function in class:art::ReaderWriterMutex
/art/runtime/
H A Dsubtype_check_test.cc297 ~MockScopedLockMutator() RELEASE_SHARED(*Locks::mutator_lock_) {}

Completed in 5 milliseconds