Home | History | Annotate | Download | only in base

Lines Matching defs:host_dlopen_handles_lock_

57 Mutex* Locks::host_dlopen_handles_lock_ = nullptr;
1040 DCHECK(host_dlopen_handles_lock_ != nullptr);
1149 DCHECK(host_dlopen_handles_lock_ == nullptr);
1150 host_dlopen_handles_lock_ = new Mutex("host dlopen handles lock", current_lock_level);