Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h463 explicit WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) : in WriterMutexLock() function
479 #define WriterMutexLock(x) COMPILE_ASSERT(0, writer_mutex_lock_declaration_missing_variable_name) macro