Searched refs:MutatorMutex (Results 1 – 7 of 7) sorted by relevance
52 class SHARED_LOCKABLE MutatorMutex; variable441 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu);442 class SHARED_LOCKABLE MutatorMutex : public ReaderWriterMutex {444 explicit MutatorMutex(const char* name, LockLevel level = kDefaultMutexLevel)446 ~MutatorMutex() {} in ~MutatorMutex()451 const MutatorMutex& operator!() const { return *this; }458 DISALLOW_COPY_AND_ASSIGN(MutatorMutex);
33 class SHARED_LOCKABLE MutatorMutex; variable231 static MutatorMutex* mutator_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);
303 inline void MutatorMutex::TransitionFromRunnableToSuspended(Thread* self) { in TransitionFromRunnableToSuspended()308 inline void MutatorMutex::TransitionFromSuspendedToRunnable(Thread* self) { in TransitionFromSuspendedToRunnable()
52 MutatorMutex* Locks::mutator_lock_ = nullptr;185 mutator_lock_ = new MutatorMutex("mutator lock", current_lock_level); in Init()
1006 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu) { in operator <<()
88 There is an explicit `mutator_lock_` object, of type `MutatorMutex`. `MutatorMutex` is93 `MutatorMutex::TransitionFromSuspendedToRunnable()`, is used to logically acquire
1704 MutatorMutex* GetMutatorLock() RETURN_CAPABILITY(Locks::mutator_lock_) { in GetMutatorLock()2301 MutatorMutex* mutator_lock;