Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp112 static std::recursive_mutex *g_module_collection_mutex = nullptr; in GetAllocationModuleCollectionMutex() local
113 if (g_module_collection_mutex == nullptr) in GetAllocationModuleCollectionMutex()
114 g_module_collection_mutex = new std::recursive_mutex; // NOTE: known leak in GetAllocationModuleCollectionMutex()
115 return *g_module_collection_mutex; in GetAllocationModuleCollectionMutex()