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

12

/external/lldb/source/Host/common/
H A DCondition.cpp89 err = ::pthread_cond_timedwait (&m_condition, mutex.GetMutex(), &abstime_ts);
92 err = ::pthread_cond_wait (&m_condition, mutex.GetMutex());
H A DMutex.cpp259 Mutex::GetMutex() function in class:Mutex
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp88 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
103 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
132 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
154 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
168 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
181 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
194 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
207 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
220 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
233 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
[all...]
H A DObjectFile.cpp599 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
/external/lldb/source/Target/
H A DThreadList.cpp49 Mutex::Locker locker(GetMutex());
84 Mutex::Locker locker(GetMutex());
91 Mutex::Locker locker(GetMutex());
100 Mutex::Locker locker(GetMutex());
113 Mutex::Locker locker(GetMutex());
135 Mutex::Locker locker(GetMutex());
158 Mutex::Locker locker(GetMutex());
181 Mutex::Locker locker(GetMutex());
207 Mutex::Locker locker(GetMutex());
228 Mutex::Locker locker(GetMutex());
781 ThreadList::GetMutex () function in class:ThreadList
[all...]
H A DProcess.cpp1530 Mutex::Locker locker (m_thread_list.GetMutex ());
1697 Mutex::Locker thread_locker(m_thread_list.GetMutex());
1698 Mutex::Locker locker(m_private_state.GetMutex());
3214 Mutex::Locker modules_locker(target_modules.GetMutex());
5421 Mutex::Locker lock(GetThreadList().GetMutex());
5509 Mutex::Locker locker (GetThreadList().GetMutex());
/external/lldb/include/lldb/Core/
H A DThreadSafeValue.h56 // GetMutex() accessor
71 // GetMutex() accessor
79 GetMutex () function in class:lldb_private::ThreadSafeValue
H A DThreadSafeSTLMap.h78 // GetMutex() accessor
158 // GetMutex() accessor
166 GetMutex () function in class:lldb_private::ThreadSafeSTLMap
H A DModule.h874 GetMutex () const function in class:lldb_private::Module
H A DModuleList.h163 GetMutex () const function in class:lldb_private::ModuleList
189 /// acquired with ModuleList::GetMutex and locked for this call to be safe.
221 /// acquired with ModuleList::GetMutex and locked for this call to be safe.
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp273 Mutex::Locker lock(m_thread_list.GetMutex());
333 Mutex::Locker lock(m_thread_list.GetMutex());
388 Mutex::Locker thread_lock(m_thread_list.GetMutex());
519 Mutex::Locker lock(m_thread_list.GetMutex());
535 Mutex::Locker lock(m_thread_list.GetMutex());
687 Mutex::Locker lock(m_thread_list.GetMutex());
757 Mutex::Locker lock(m_thread_list.GetMutex());
787 Mutex::Locker lock(m_thread_list.GetMutex());
810 Mutex::Locker lock(m_thread_list.GetMutex());
903 Mutex::Locker lock(m_thread_list.GetMutex());
[all...]
/external/lldb/include/lldb/Host/
H A DMutex.h251 GetMutex();
/external/lldb/include/lldb/Target/
H A DThreadList.h135 GetMutex ();
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp105 Mutex::Locker mutex_locker(module_list.GetMutex());
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp156 Mutex::Locker thread_list_lock(m_thread_list.GetMutex());
/external/lldb/source/Core/
H A DSearchFilter.cpp155 Mutex::Locker modules_locker(modules.GetMutex());
198 Mutex::Locker modules_locker(target_images.GetMutex());
406 Mutex::Locker modules_locker (target_modules.GetMutex());
557 Mutex::Locker modules_locker (target_modules.GetMutex());
726 Mutex::Locker modules_locker(target_images.GetMutex());
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp236 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
519 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
524 Mutex::Locker symtab_locker (m_symtab_ap->GetMutex());
619 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
755 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
/external/lldb/include/lldb/Symbol/
H A DSymtab.h52 Mutex & GetMutex () function in class:lldb_private::Symtab
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp297 Mutex::Locker modules_locker(target_modules.GetMutex());
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp186 Mutex::Locker locker (process->GetThreadList().GetMutex());
210 Mutex::Locker locker (process->GetThreadList().GetMutex());
663 Mutex::Locker locker (process->GetThreadList().GetMutex());
H A DCommandObjectTarget.cpp2133 Mutex::Locker modules_locker(target->GetImages().GetMutex());
2374 Mutex::Locker modules_locker (target_modules.GetMutex());
2479 Mutex::Locker modules_locker(target_modules.GetMutex());
3183 locker.Lock(module_list_ptr->GetMutex());
4050 Mutex::Locker modules_locker(target_modules.GetMutex());
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp685 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
904 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
908 Mutex::Locker symtab_locker (m_symtab_ap->GetMutex());
3663 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
3734 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
3749 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
3822 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
3964 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
3998 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
4132 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1334 Mutex::Locker locker(m_thread_list_real.GetMutex());
1341 Mutex::Locker locker(m_thread_list_real.GetMutex());
1476 Mutex::Locker locker (m_thread_list_real.GetMutex ());
1497 Mutex::Locker locker(m_thread_list_real.GetMutex());
1721 Mutex::Locker locker(m_thread_list_real.GetMutex());
1854 Mutex::Locker locker(threads.GetMutex());
1889 Mutex::Locker locker(threads.GetMutex());
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp359 Mutex::Locker modules_mutex(module_list.GetMutex());
/external/lldb/source/Expression/
H A DClangASTSource.cpp641 Mutex::Locker modules_locker (target_images.GetMutex());
1625 Mutex::Locker modules_locker(target_images.GetMutex());

Completed in 717 milliseconds

12