Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime_shutdown_lock_

230       shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
310 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
814 void Runtime::EndThreadBirth() REQUIRES(Locks::runtime_shutdown_lock_) {
869 MutexLock mu(self, *Locks::runtime_shutdown_lock_);