Home | History | Annotate | Download | only in base

Lines Matching defs:profiler_lock_

46 Mutex* Locks::profiler_lock_ = nullptr;
851 DCHECK(profiler_lock_ != nullptr);
894 DCHECK(profiler_lock_ == nullptr);
895 profiler_lock_ = new Mutex("profiler lock", current_lock_level);