Home | History | Annotate | Download | only in base

Lines Matching refs:host_dlopen_handles_lock_

52 Mutex* Locks::host_dlopen_handles_lock_ = nullptr;
956 DCHECK(host_dlopen_handles_lock_ != nullptr);
1046 DCHECK(host_dlopen_handles_lock_ == nullptr);
1047 host_dlopen_handles_lock_ = new Mutex("host dlopen handles lock", current_lock_level);