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

/art/runtime/base/
H A Dmutex.h374 class SCOPED_LOCKABLE ReaderMutexLock { class in namespace:art
376 explicit ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
381 ~ReaderMutexLock() UNLOCK_FUNCTION() {
388 DISALLOW_COPY_AND_ASSIGN(ReaderMutexLock);
390 // Catch bug where variable name is omitted. "ReaderMutexLock (lock);" instead of
391 // "ReaderMutexLock mu(lock)".
392 #define ReaderMutexLock(x) COMPILE_ASSERT(0, reader_mutex_lock_declaration_missing_variable_name) macro

Completed in 37 milliseconds