Home
last modified time | relevance | path

Searched refs:GetMutex (Results 1 – 25 of 29) sorted by relevance

12

/external/lldb/source/Symbol/
DSymbolVendor.cpp88 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in AddSymbolFileRepresentation()
103 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in SetCompileUnitAtIndex()
132 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetNumCompileUnits()
154 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseCompileUnitLanguage()
168 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseCompileUnitFunctions()
181 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseCompileUnitLineTable()
194 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseCompileUnitSupportFiles()
207 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseFunctionBlocks()
220 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseTypes()
233 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseVariablesForContext()
[all …]
DObjectFile.cpp599 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ClearSymtab()
/external/lldb/source/Target/
DThreadList.cpp49 Mutex::Locker locker(GetMutex()); in operator =()
84 Mutex::Locker locker(GetMutex()); in AddThread()
91 Mutex::Locker locker(GetMutex()); in GetSize()
100 Mutex::Locker locker(GetMutex()); in GetThreadAtIndex()
113 Mutex::Locker locker(GetMutex()); in FindThreadByID()
135 Mutex::Locker locker(GetMutex()); in FindThreadByProtocolID()
158 Mutex::Locker locker(GetMutex()); in RemoveThreadByID()
181 Mutex::Locker locker(GetMutex()); in RemoveThreadByProtocolID()
207 Mutex::Locker locker(GetMutex()); in GetThreadSPForThreadPtr()
228 Mutex::Locker locker(GetMutex()); in FindThreadByIndexID()
[all …]
DProcess.cpp1530 Mutex::Locker locker (m_thread_list.GetMutex ()); in UpdateThreadListIfNeeded()
1697 Mutex::Locker thread_locker(m_thread_list.GetMutex()); in SetPrivateState()
1698 Mutex::Locker locker(m_private_state.GetMutex()); in SetPrivateState()
3214 Mutex::Locker modules_locker(target_modules.GetMutex()); in CompleteAttach()
5421 Mutex::Locker lock(GetThreadList().GetMutex()); in RunThreadPlan()
5509 Mutex::Locker locker (GetThreadList().GetMutex()); in GetThreadStatus()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp273 Mutex::Locker lock(m_thread_list.GetMutex()); in DoResume()
333 Mutex::Locker lock(m_thread_list.GetMutex()); in DoDetach()
388 Mutex::Locker thread_lock(m_thread_list.GetMutex()); in SendMessage()
519 Mutex::Locker lock(m_thread_list.GetMutex()); in RefreshStateAfterStop()
535 Mutex::Locker lock(m_thread_list.GetMutex()); in RefreshStateAfterStop()
687 Mutex::Locker lock(m_thread_list.GetMutex()); in EnableWatchpoint()
757 Mutex::Locker lock(m_thread_list.GetMutex()); in DisableWatchpoint()
787 Mutex::Locker lock(m_thread_list.GetMutex()); in GetWatchpointSupportInfo()
810 Mutex::Locker lock(m_thread_list.GetMutex()); in UpdateThreadListIfNeeded()
903 Mutex::Locker lock(m_thread_list.GetMutex()); in IsAThreadRunning()
/external/lldb/source/Host/common/
DCondition.cpp89 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts); in Wait()
92 err = ::pthread_cond_wait (&m_condition, mutex.GetMutex()); in Wait()
DMutex.cpp259 Mutex::GetMutex() in GetMutex() function in Mutex
/external/lldb/source/Core/
DSearchFilter.cpp155 Mutex::Locker modules_locker(modules.GetMutex()); in SearchInModuleList()
198 Mutex::Locker modules_locker(target_images.GetMutex()); in DoModuleIteration()
406 Mutex::Locker modules_locker (target_modules.GetMutex()); in Search()
557 Mutex::Locker modules_locker (target_modules.GetMutex()); in Search()
726 Mutex::Locker modules_locker(target_images.GetMutex()); in Search()
/external/lldb/include/lldb/Core/
DThreadSafeValue.h79 GetMutex () in GetMutex() function
DThreadSafeSTLMap.h166 GetMutex () in GetMutex() function
DModuleList.h163 GetMutex () const in GetMutex() function
DModule.h874 GetMutex () const in GetMutex() function
/external/lldb/include/lldb/Target/
DThreadList.h135 GetMutex ();
/external/lldb/include/lldb/Host/
DMutex.h251 GetMutex();
/external/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp105 Mutex::Locker mutex_locker(module_list.GetMutex()); in LoadAllImagesAtFileAddresses()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp236 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseHeader()
519 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetSymtab()
524 Mutex::Locker symtab_locker (m_symtab_ap->GetMutex()); in GetSymtab()
619 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in CreateSections()
755 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in Dump()
/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.cpp156 Mutex::Locker thread_list_lock(m_thread_list.GetMutex()); in StopAllThreads()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp685 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in ParseHeader()
904 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetSymtab()
908 Mutex::Locker symtab_locker (m_symtab_ap->GetMutex()); in GetSymtab()
3663 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in Dump()
3734 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetUUID()
3749 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetDependentModules()
3822 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetEntryPointAddress()
3964 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetNumThreadContexts()
3998 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetThreadContextAtIndex()
4132 lldb_private::Mutex::Locker locker(module_sp->GetMutex()); in GetVersion()
[all …]
/external/lldb/include/lldb/Symbol/
DSymtab.h52 Mutex & GetMutex () in GetMutex() function
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1334 Mutex::Locker locker(m_thread_list_real.GetMutex()); in ClearThreadIDList()
1341 Mutex::Locker locker(m_thread_list_real.GetMutex()); in UpdateThreadIDList()
1476 Mutex::Locker locker (m_thread_list_real.GetMutex ()); in SetThreadStopInfo()
1497 Mutex::Locker locker(m_thread_list_real.GetMutex()); in SetThreadStopInfo()
1721 Mutex::Locker locker(m_thread_list_real.GetMutex()); in RefreshStateAfterStop()
1854 Mutex::Locker locker(threads.GetMutex()); in DoDestroy()
1889 Mutex::Locker locker(threads.GetMutex()); in DoDestroy()
/external/lldb/source/Commands/
DCommandObjectThread.cpp186 Mutex::Locker locker (process->GetThreadList().GetMutex()); in DoExecute()
210 Mutex::Locker locker (process->GetThreadList().GetMutex()); in DoExecute()
663 Mutex::Locker locker (process->GetThreadList().GetMutex()); in DoExecute()
DCommandObjectTarget.cpp2133 Mutex::Locker modules_locker(target->GetImages().GetMutex()); in DoExecute()
2374 Mutex::Locker modules_locker (target_modules.GetMutex()); in DoExecute()
2479 Mutex::Locker modules_locker(target_modules.GetMutex()); in DoExecute()
3183 locker.Lock(module_list_ptr->GetMutex()); in DoExecute()
4050 Mutex::Locker modules_locker(target_modules.GetMutex()); in DoExecute()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp297 Mutex::Locker modules_locker(target_modules.GetMutex()); in GetObjCVersion()
/external/lldb/source/Breakpoint/
DBreakpoint.cpp359 Mutex::Locker modules_mutex(module_list.GetMutex()); in ModulesChanged()
/external/lldb/source/Expression/
DClangASTSource.cpp641 Mutex::Locker modules_locker (target_images.GetMutex()); in FindExternalVisibleDecls()
1625 Mutex::Locker modules_locker(target_images.GetMutex()); in CompleteNamespaceMap()

12