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

/art/runtime/base/
H A Dmutex.h396 class SCOPED_LOCKABLE WriterMutexLock { class in namespace:art
398 explicit WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
403 ~WriterMutexLock() UNLOCK_FUNCTION() {
410 DISALLOW_COPY_AND_ASSIGN(WriterMutexLock);
412 // Catch bug where variable name is omitted. "WriterMutexLock (lock);" instead of
413 // "WriterMutexLock mu(lock)".
414 #define WriterMutexLock(x) COMPILE_ASSERT(0, writer_mutex_lock_declaration_missing_variable_name) macro

Completed in 2962 milliseconds