Searched refs:g_module_collection_mutex (Results 1 – 1 of 1) sorted by relevance
70 static Mutex *g_module_collection_mutex = NULL; in GetAllocationModuleCollectionMutex() local71 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()