Home | History | Annotate | Download | only in base

Lines Matching defs:abort_lock_

39 Mutex* Locks::abort_lock_ = nullptr;
1030 DCHECK(abort_lock_ != nullptr);
1062 /* Do not use CHECKs or FATAL here, abort_lock_ is not setup yet. */ \
1194 DCHECK(abort_lock_ == nullptr);
1195 abort_lock_ = new Mutex("abort lock", current_lock_level, true);