Searched refs:m_thread_list_real (Results 1 - 3 of 3) sorted by relevance

/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());
1473 // m_thread_list_real does have its own mutex, but we need to
1474 // hold onto the mutex between the call to m_thread_list_real.FindThreadByID(...)
1475 // and the m_thread_list_real.AddThread(...) so it doesn't change on us
1476 Mutex::Locker locker (m_thread_list_real.GetMutex ());
1477 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false);
1490 m_thread_list_real.AddThread(thread_sp);
1497 Mutex::Locker locker(m_thread_list_real.GetMutex());
1721 Mutex::Locker locker(m_thread_list_real
[all...]
/external/lldb/source/Target/
H A DProcess.cpp1014 m_thread_list_real (this),
1138 m_thread_list_real.Destroy();
1539 if (UpdateThreadList (m_thread_list_real, real_thread_list))
1567 m_thread_list_real.Update(real_thread_list);
/external/lldb/include/lldb/Target/
H A DProcess.h3649 ThreadList m_thread_list_real; ///< The threads for this process as are known to the protocol we are debugging with member in class:lldb_private::Process
3651 ///< m_thread_list_real, but might be different if there is an OS plug-in creating memory threads

Completed in 147 milliseconds