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

/art/runtime/base/
H A Dmutex.h448 class SCOPED_LOCKABLE ReaderMutexLock { class in namespace:art
450 explicit ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
455 ~ReaderMutexLock() UNLOCK_FUNCTION() {
462 DISALLOW_COPY_AND_ASSIGN(ReaderMutexLock);
464 // Catch bug where variable name is omitted. "ReaderMutexLock (lock);" instead of
465 // "ReaderMutexLock mu(lock)".
466 #define ReaderMutexLock(x) static_assert(0, "ReaderMutexLock declaration missing variable name") macro

Completed in 287 milliseconds