Searched refs:IsJoinable (Results 1 – 14 of 14) sorted by relevance
28 if (IsJoinable()) { in Join()43 if (IsJoinable()) { in Cancel()56 if (IsJoinable()) { in Detach()
132 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()143 return m_async_thread.IsJoinable(); in StartAsyncThread()149 if (!m_async_thread.IsJoinable()) in StopAsyncThread()
900 if (m_listen_thread.IsJoinable()) { in StartListenThread()918 if (m_listen_thread.IsJoinable()) in JoinListenThread()
1520 if (!m_async_thread.IsJoinable()) { in DoResume()3682 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3694 return m_async_thread.IsJoinable(); in StartAsyncThread()3704 if (m_async_thread.IsJoinable()) { in StopAsyncThread()
31 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() function in HostThread
35 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable() function in HostNativeThreadBase
196 if (m_read_thread.IsJoinable()) in StartReadThread()210 if (!m_read_thread.IsJoinable()) in StartReadThread()216 if (!m_read_thread.IsJoinable()) in StopReadThread()233 if (!m_read_thread.IsJoinable()) in JoinReadThread()
1610 if (!m_event_handler_thread.IsJoinable()) { in StartEventHandlerThread()1636 return m_event_handler_thread.IsJoinable(); in StartEventHandlerThread()1640 if (m_event_handler_thread.IsJoinable()) { in StopEventHandlerThread()1654 bool Debugger::HasIOHandlerThread() { return m_io_handler_thread.IsJoinable(); } in HasIOHandlerThread()1657 if (!m_io_handler_thread.IsJoinable()) in StartIOHandlerThread()1661 return m_io_handler_thread.IsJoinable(); in StartIOHandlerThread()1665 if (m_io_handler_thread.IsJoinable()) { in StopIOHandlerThread()
42 bool IsJoinable() const;
36 virtual bool IsJoinable() const;
762 if (!m_monitor_thread.IsJoinable()) { in ProcessMonitor()800 if (!m_monitor_thread.IsJoinable()) { in ProcessMonitor()814 if (m_operation_thread.IsJoinable()) in StartLaunchOpThread()980 if (m_operation_thread.IsJoinable()) in StartAttachOpThread()1403 if (m_monitor_thread.IsJoinable()) { in StopMonitoringChildProcess()1441 if (!m_operation_thread.IsJoinable()) in StopOpThread()
318 bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); } in IsHandlingEvents()
3760 if (m_private_state_thread.IsJoinable()) { in StartPrivateStateThread()3776 if (m_private_state_thread.IsJoinable()) in StopPrivateStateThread()3797 if (m_private_state_thread.IsJoinable()) { in ControlPrivateStateThread()5425 if (backup_private_state_thread.IsJoinable()) { in RunThreadPlan()
2947 state != lldb::eStateExited && m_private_state_thread.IsJoinable(); in PrivateStateThreadIsValid()