Home | History | Annotate | Download | only in base

Lines Matching refs:thread_suspend_count_lock_

56 Mutex* Locks::thread_suspend_count_lock_ = nullptr;
868 DCHECK(thread_suspend_count_lock_ != nullptr);
979 DCHECK(thread_suspend_count_lock_ == nullptr);
980 thread_suspend_count_lock_ = new Mutex("thread suspend count lock", current_lock_level);