Searched refs:target_modules (Results 1 – 4 of 4) sorted by relevance
470 const ModuleList &target_modules = target.GetImages(); in CanLoadImage() local471 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in CanLoadImage()
217 const ModuleList &target_modules = target.GetImages(); in UnloadAllImages() local218 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in UnloadAllImages()221 for (ModuleSP module_sp : target_modules.Modules()) { in UnloadAllImages()
2274 const ModuleList &target_modules = target->GetImages(); in DoExecute() local2275 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in DoExecute()2276 const size_t num_modules = target_modules.GetSize(); in DoExecute()2283 for (ModuleSP module_sp : target_modules.ModulesNoLocking()) { in DoExecute()2362 const ModuleList &target_modules = target->GetImages(); in DoExecute() local2364 if (target_modules.GetSize() > 0) { in DoExecute()2366 for (ModuleSP module_sp : target_modules.ModulesNoLocking()) { in DoExecute()3887 const ModuleList &target_modules = target->GetImages(); in DoExecute() local3888 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in DoExecute()3889 if (target_modules.GetSize() == 0) { in DoExecute()[all …]
425 const ModuleList &target_modules = m_target_sp->GetImages(); in Search() local426 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex()); in Search()