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

/art/runtime/base/
H A Dmutex.h47 class SHARED_LOCKABLE MutatorMutex; member in namespace:art
409 // MutatorMutex is a special kind of ReaderWriterMutex created specifically for the
422 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu);
423 class SHARED_LOCKABLE MutatorMutex : public ReaderWriterMutex { class in namespace:art
425 explicit MutatorMutex(const char* name, LockLevel level = kDefaultMutexLevel) function in class:art::MutatorMutex
427 ~MutatorMutex() {}
432 const MutatorMutex& operator!() const { return *this; }
439 DISALLOW_COPY_AND_ASSIGN(MutatorMutex);
598 static MutatorMutex* mutator_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);

Completed in 1945 milliseconds