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

/art/runtime/base/
H A Dmutex.cc59 Mutex* Locks::runtime_shutdown_lock_ = nullptr; member in class:art::Locks
353 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); member in class:art::Locks
541 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
779 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
995 DCHECK(runtime_shutdown_lock_ == nullptr);
996 runtime_shutdown_lock_ = new Mutex("runtime shutdown lock", current_lock_level);
/art/runtime/gc/allocator/
H A Drosalloc.cc1591 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_); member in class:art::gc::allocator::Locks
1618 MutexLock shutdown_mu(self, *Locks::runtime_shutdown_lock_);

Completed in 282 milliseconds