Home | History | Annotate | Download | only in base

Lines Matching defs:abort_lock_

32 Mutex* Locks::abort_lock_ = nullptr;
854 DCHECK(abort_lock_ != nullptr);
880 /* Do not use CHECKs or FATAL here, abort_lock_ is not setup yet. */ \
975 DCHECK(abort_lock_ == nullptr);
976 abort_lock_ = new Mutex("abort lock", current_lock_level, true);