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

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

Completed in 62 milliseconds