Home | History | Annotate | Download | only in base

Lines Matching refs:runtime_shutdown_lock_

64 Mutex* Locks::runtime_shutdown_lock_ = nullptr;
376 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
1086 DCHECK(runtime_shutdown_lock_ == nullptr);
1087 runtime_shutdown_lock_ = new Mutex("runtime shutdown lock", current_lock_level);