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

/art/runtime/base/
H A Dmutex.cc53 Mutex* Locks::runtime_shutdown_lock_ = nullptr; member in class:art::Locks
297 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
476 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
689 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
890 DCHECK(runtime_shutdown_lock_ == nullptr);
891 runtime_shutdown_lock_ = new Mutex("runtime shutdown lock", current_lock_level);
/art/runtime/gc/allocator/
H A Drosalloc.cc1717 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); member in class:art::gc::allocator::Locks
1742 MutexLock mu(self, *Locks::runtime_shutdown_lock_);

Completed in 1077 milliseconds