Home | History | Annotate | Download | only in base

Lines Matching refs:profiler_lock_

54 Mutex* Locks::profiler_lock_ = nullptr;
1046 DCHECK(profiler_lock_ != nullptr);
1090 DCHECK(profiler_lock_ == nullptr);
1091 profiler_lock_ = new Mutex("profiler lock", current_lock_level);