Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp65 Module::GetAllocationModuleCollectionMutex() in GetAllocationModuleCollectionMutex() function in Module
81 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in GetNumberAllocatedModules()
88 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in GetAllocatedModuleAtIndex()
110 Mutex::Locker locker (Module::GetAllocationModuleCollectionMutex());
158 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in Module()
203 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in Module()
231 Mutex::Locker locker (GetAllocationModuleCollectionMutex()); in ~Module()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h62 GetAllocationModuleCollectionMutex();
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp1927 Mutex::Locker locker(Module::GetAllocationModuleCollectionMutex()); in FindModulesByName()
2373 Mutex::Locker locker(Module::GetAllocationModuleCollectionMutex()); in DoExecute()
3221 locker.Lock (Module::GetAllocationModuleCollectionMutex()); in DoExecute()