Searched refs:m_operation_thread (Results 1 – 2 of 2) sorted by relevance
814 if (m_operation_thread.IsJoinable()) in StartLaunchOpThread()817 m_operation_thread = in StartLaunchOpThread()980 if (m_operation_thread.IsJoinable()) in StartAttachOpThread()983 m_operation_thread = in StartAttachOpThread()1441 if (!m_operation_thread.IsJoinable()) in StopOpThread()1444 m_operation_thread.Cancel(); in StopOpThread()1445 m_operation_thread.Join(nullptr); in StopOpThread()1446 m_operation_thread.Reset(); in StopOpThread()
187 lldb_private::HostThread m_operation_thread; variable