Home | History | Annotate | Download | only in base

Lines Matching refs:profiler_lock_

50 Mutex* Locks::profiler_lock_ = nullptr;
961 DCHECK(profiler_lock_ != nullptr);
999 DCHECK(profiler_lock_ == nullptr);
1000 profiler_lock_ = new Mutex("profiler lock", current_lock_level);