Searched defs:ReaderMutexLock (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.h518 class SCOPED_CAPABILITY ReaderMutexLock { class in namespace:art
520 ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) ACQUIRE(mu) ALWAYS_INLINE :
525 ~ReaderMutexLock() RELEASE() ALWAYS_INLINE {
532 DISALLOW_COPY_AND_ASSIGN(ReaderMutexLock);
534 // Catch bug where variable name is omitted. "ReaderMutexLock (lock);" instead of
535 // "ReaderMutexLock mu(lock)".
536 #define ReaderMutexLock(x) static_assert(0, "ReaderMutexLock declaration missing variable name") macro

Completed in 48 milliseconds