Home
last modified time | relevance | path

Searched refs:MutatorMutex (Results 1 – 6 of 6) sorted by relevance

/art/runtime/base/
Dmutex.h52 class SHARED_LOCKABLE MutatorMutex; variable
434 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu);
435 class SHARED_LOCKABLE MutatorMutex : public ReaderWriterMutex {
437 explicit MutatorMutex(const char* name, LockLevel level = kDefaultMutexLevel)
439 ~MutatorMutex() {} in ~MutatorMutex()
444 const MutatorMutex& operator!() const { return *this; }
451 DISALLOW_COPY_AND_ASSIGN(MutatorMutex);
Dlocks.h33 class SHARED_LOCKABLE MutatorMutex; variable
232 static MutatorMutex* mutator_lock_ ACQUIRED_AFTER(instrument_entrypoints_lock_);
Dmutex-inl.h293 inline void MutatorMutex::TransitionFromRunnableToSuspended(Thread* self) { in TransitionFromRunnableToSuspended()
298 inline void MutatorMutex::TransitionFromSuspendedToRunnable(Thread* self) { in TransitionFromSuspendedToRunnable()
Dlocks.cc52 MutatorMutex* Locks::mutator_lock_ = nullptr;
184 mutator_lock_ = new MutatorMutex("mutator lock", current_lock_level); in Init()
Dmutex.cc971 std::ostream& operator<<(std::ostream& os, const MutatorMutex& mu) { in operator <<()
/art/runtime/
Dmutator_gc_coord.md88 There is an explicit `mutator_lock_` object, of type `MutatorMutex`. `MutatorMutex` is
93 `MutatorMutex::TransitionFromSuspendedToRunnable()`, is used to logically acquire