Home
last modified time | relevance | path

Searched refs:IsJoinable (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostThreadPosix.cpp28 if (IsJoinable()) { in Join()
43 if (IsJoinable()) { in Cancel()
56 if (IsJoinable()) { in Detach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp132 if (!m_async_thread.IsJoinable()) { in StartAsyncThread()
143 return m_async_thread.IsJoinable(); in StartAsyncThread()
149 if (!m_async_thread.IsJoinable()) in StopAsyncThread()
H A DGDBRemoteCommunication.cpp900 if (m_listen_thread.IsJoinable()) { in StartListenThread()
918 if (m_listen_thread.IsJoinable()) in JoinListenThread()
H A DProcessGDBRemote.cpp1520 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostThread.cpp31 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() function in HostThread
H A DHostNativeThreadBase.cpp35 bool HostNativeThreadBase::IsJoinable() const { in IsJoinable() function in HostNativeThreadBase
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp196 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()
H A DDebugger.cpp1610 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostThread.h42 bool IsJoinable() const;
H A DHostNativeThreadBase.h36 virtual bool IsJoinable() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp762 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h318 bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); } in IsHandlingEvents()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3760 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2947 state != lldb::eStateExited && m_private_state_thread.IsJoinable(); in PrivateStateThreadIsValid()