Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DModule.cpp63 Module::GetAllocationModuleCollectionMutex() in GetAllocationModuleCollectionMutex() function in Module
79 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in GetNumberAllocatedModules()
86 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in GetAllocatedModuleAtIndex()
108 Mutex::Locker locker (Module::GetAllocationModuleCollectionMutex());
155 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in Module()
199 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in Module()
227 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in ~Module()
/external/lldb/include/lldb/Core/
DModule.h62 GetAllocationModuleCollectionMutex();
/external/lldb/source/Commands/
DCommandObjectTarget.cpp1861 Mutex::Locker locker(Module::GetAllocationModuleCollectionMutex()); in FindModulesByName()
2307 Mutex::Locker locker(Module::GetAllocationModuleCollectionMutex()); in DoExecute()
3152 locker.Lock (Module::GetAllocationModuleCollectionMutex()); in DoExecute()