Searched refs:IsJoinable (Results 1 – 12 of 12) sorted by relevance
27 if (IsJoinable()) { in Join()42 if (IsJoinable()) { in Cancel()55 if (IsJoinable()) { in Detach()
30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() function in HostThread
32 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable() function in HostNativeThreadBase
164 if (m_read_thread.IsJoinable()) in StartReadThread()188 if (!m_read_thread.IsJoinable()) in StartReadThread()197 if (!m_read_thread.IsJoinable()) in StopReadThread()214 if (!m_read_thread.IsJoinable()) in JoinReadThread()
1948 if (!m_event_handler_thread.IsJoinable()) { in StartEventHandlerThread()1984 return m_event_handler_thread.IsJoinable(); in StartEventHandlerThread()1988 if (m_event_handler_thread.IsJoinable()) { in StopEventHandlerThread()2096 return m_io_handler_thread.IsJoinable(); in HasIOHandlerThread()2106 if (!m_io_handler_thread.IsJoinable()) { in StartIOHandlerThread()2117 return m_io_handler_thread.IsJoinable(); in StartIOHandlerThread()2121 if (m_io_handler_thread.IsJoinable()) { in StopIOHandlerThread()
39 bool IsJoinable() const;
36 virtual bool IsJoinable() const;
838 if (m_listen_thread.IsJoinable()) in StartListenThread()858 if (m_listen_thread.IsJoinable()) in JoinListenThread()
1370 if (!m_async_thread.IsJoinable()) { in DoResume()3527 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()3547 return m_async_thread.IsJoinable(); in StartAsyncThread()3556 if (m_async_thread.IsJoinable()) { in StopAsyncThread()
384 bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); } in IsHandlingEvents()
3609 assert(private_state_thread->IsJoinable()); in StartPrivateStateThread()3624 if (m_private_state_thread.IsJoinable()) in StopPrivateStateThread()3644 if (m_private_state_thread.IsJoinable()) { in ControlPrivateStateThread()5313 if (backup_private_state_thread.IsJoinable()) { in RunThreadPlan()
2864 state != lldb::eStateExited && m_private_state_thread.IsJoinable(); in PrivateStateThreadIsValid()