reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/ModuleList.h
  508   ModuleIterable Modules() { return ModuleIterable(m_modules, GetMutex()); }
tools/lldb/source/Breakpoint/Breakpoint.cpp
  504   std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1395   std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
 2008           target->GetImages().GetMutex());
 2259       std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
 2354         std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
 3043             std::unique_lock<std::recursive_mutex>(module_list_ptr->GetMutex());
 3866       std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Core/SearchFilter.cpp
  227     std::lock_guard<std::recursive_mutex> guard(modules.GetMutex());
  261       std::lock_guard<std::recursive_mutex> guard(target_images.GetMutex());
  441   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
  578   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
  788   std::lock_guard<std::recursive_mutex> guard(target_images.GetMutex());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  196   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  402   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  729     std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
   76   std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  842     std::lock_guard<std::recursive_mutex> guard(target_images.GetMutex());
 1918     std::lock_guard<std::recursive_mutex> guard(target_images.GetMutex());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  363   std::lock_guard<std::recursive_mutex> gaurd(target_modules.GetMutex());
  573     std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1610       std::lock_guard<std::recursive_mutex> guard(images.GetMutex());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  457     std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  996   std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
   38   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
tools/lldb/source/Target/Process.cpp
 2975   std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());