Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostThread.cpp51 HostThread::IsJoinable() const in IsJoinable() function in HostThread
53 return m_native_thread->IsJoinable(); in IsJoinable()
HDHostNativeThreadBase.cpp45 HostNativeThreadBase::IsJoinable() const in IsJoinable() function in HostNativeThreadBase
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp239 if (m_read_thread.IsJoinable()) in StartReadThread()
252 if (!m_read_thread.IsJoinable()) in StartReadThread()
260 if (!m_read_thread.IsJoinable()) in StopReadThread()
279 if (!m_read_thread.IsJoinable()) in JoinReadThread()
HDDebugger.cpp1639 if (!m_event_handler_thread.IsJoinable()) in StartEventHandlerThread()
1661 return m_event_handler_thread.IsJoinable(); in StartEventHandlerThread()
1667 if (m_event_handler_thread.IsJoinable()) in StopEventHandlerThread()
1687 if (!m_io_handler_thread.IsJoinable()) in StartIOHandlerThread()
1693 return m_io_handler_thread.IsJoinable(); in StartIOHandlerThread()
1699 if (m_io_handler_thread.IsJoinable()) in StopIOHandlerThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDHostThread.h44 bool IsJoinable() const;
HDHostNativeThreadBase.h38 virtual bool IsJoinable() const;
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostThreadPosix.cpp36 if (IsJoinable()) in Join()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp860 if (!m_monitor_thread.IsJoinable()) in ProcessMonitor()
910 if (!m_monitor_thread.IsJoinable()) in ProcessMonitor()
930 if (m_operation_thread.IsJoinable()) in StartLaunchOpThread()
1110 if (m_operation_thread.IsJoinable()) in StartAttachOpThread()
1573 if (m_monitor_thread.IsJoinable()) in StopMonitoringChildProcess()
1620 if (!m_operation_thread.IsJoinable()) in StopOpThread()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDlldb-gdbserver.cpp284 if (s_listen_thread.IsJoinable()) in StartListenThread()
306 if (s_listen_thread.IsJoinable()) in JoinListenThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h361 return m_event_handler_thread.IsJoinable(); in IsHandlingEvents()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp1060 if (m_listen_thread.IsJoinable()) in StartListenThread()
1081 if (m_listen_thread.IsJoinable()) in JoinListenThread()
HDProcessGDBRemote.cpp1641 if (!m_async_thread.IsJoinable()) in DoResume()
3582 if (!m_async_thread.IsJoinable()) in StartAsyncThread()
3592 return m_async_thread.IsJoinable(); in StartAsyncThread()
3604 if (m_async_thread.IsJoinable()) in StopAsyncThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h3213 return m_private_state_thread.IsJoinable(); in PrivateStateThreadIsValid()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp4330 if (m_private_state_thread.IsJoinable()) in StartPrivateStateThread()
4380 if (private_state_thread.IsJoinable()) in ControlPrivateStateThread()
6035 if (backup_private_state_thread.IsJoinable()) in RunThreadPlan()