Searched refs:m_current_thread (Results 1 – 2 of 2) sorted by relevance
82 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()
102 MachThreadSP m_current_thread; variable