Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp82 m_current_thread = thread_sp; in SetCurrentThread()
336 m_current_thread.reset(); in UpdateThreadList()
351 if (m_current_thread.get() == NULL) { in CurrentThread()
358 m_current_thread = m_threads[idx]; in CurrentThread()
363 thread_sp = m_current_thread; in CurrentThread()
H A DMachThreadList.h102 MachThreadSP m_current_thread; variable