second pass over removal of Mutex and Condition
llvm-svn: 270024
This commit is contained in:
@@ -102,8 +102,8 @@ DynamicLoaderStatic::LoadAllImagesAtFileAddresses ()
|
||||
// Disable JIT for static dynamic loader targets
|
||||
m_process->SetCanJIT(false);
|
||||
|
||||
Mutex::Locker mutex_locker(module_list.GetMutex());
|
||||
|
||||
std::lock_guard<std::recursive_mutex> guard(module_list.GetMutex());
|
||||
|
||||
const size_t num_modules = module_list.GetSize();
|
||||
for (uint32_t idx = 0; idx < num_modules; ++idx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user