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

/art/runtime/base/
H A Dmutex.h544 class SCOPED_CAPABILITY WriterMutexLock { class in namespace:art
546 WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
551 ~WriterMutexLock() UNLOCK_FUNCTION() {
558 DISALLOW_COPY_AND_ASSIGN(WriterMutexLock);
560 // Catch bug where variable name is omitted. "WriterMutexLock (lock);" instead of
561 // "WriterMutexLock mu(lock)".
562 #define WriterMutexLock(x) static_assert(0, "WriterMutexLock declaration missing variable name") macro

Completed in 199 milliseconds