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

/art/runtime/base/
H A Dmutex.h439 class SCOPED_LOCKABLE ReaderMutexLock { class in namespace:art
441 explicit ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
446 ~ReaderMutexLock() UNLOCK_FUNCTION() {
453 DISALLOW_COPY_AND_ASSIGN(ReaderMutexLock);
455 // Catch bug where variable name is omitted. "ReaderMutexLock (lock);" instead of
456 // "ReaderMutexLock mu(lock)".
457 #define ReaderMutexLock(x) COMPILE_ASSERT(0, reader_mutex_lock_declaration_missing_variable_name) macro

Completed in 75 milliseconds