Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DModule.cpp70 static Mutex *g_module_collection_mutex = NULL; in GetAllocationModuleCollectionMutex() local
71 if (g_module_collection_mutex == NULL) in GetAllocationModuleCollectionMutex()
72 g_module_collection_mutex = new Mutex (Mutex::eMutexTypeRecursive); // NOTE: known leak in GetAllocationModuleCollectionMutex()
73 return g_module_collection_mutex; in GetAllocationModuleCollectionMutex()