Home
last modified time | relevance | path

Searched refs:m_current_thread (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp57 m_current_thread = thread_sp; in SetCurrentThread()
321 m_current_thread.reset(); in UpdateThreadList()
339 if (m_current_thread.get() == NULL) in CurrentThread()
349 m_current_thread = m_threads[idx]; in CurrentThread()
354 thread_sp = m_current_thread; in CurrentThread()
DMachThreadList.h73 MachThreadSP m_current_thread; variable