Home
last modified time | relevance | path

Searched refs:g_module_collection_mutex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp110 static std::recursive_mutex *g_module_collection_mutex = nullptr; in GetAllocationModuleCollectionMutex() local
111 if (g_module_collection_mutex == nullptr) in GetAllocationModuleCollectionMutex()
112 g_module_collection_mutex = new std::recursive_mutex; // NOTE: known leak in GetAllocationModuleCollectionMutex()
113 return *g_module_collection_mutex; in GetAllocationModuleCollectionMutex()