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

/external/lldb/source/Core/
H A DModule.cpp67 // if it will tear itself down before the "g_module_collection_mutex" below
70 static Mutex *g_module_collection_mutex = NULL; local
71 if (g_module_collection_mutex == NULL)
72 g_module_collection_mutex = new Mutex (Mutex::eMutexTypeRecursive); // NOTE: known leak
73 return g_module_collection_mutex;

Completed in 159 milliseconds