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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp27 if (IsJoinable()) {
42 if (IsJoinable()) {
55 if (IsJoinable()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } function in class:HostThread
H A DHostNativeThreadBase.cpp34 bool HostNativeThreadBase::IsJoinable() const { function in class:HostNativeThreadBase
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h39 bool IsJoinable() const;
H A DHostNativeThreadBase.h36 virtual bool IsJoinable() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp196 if (m_read_thread.IsJoinable())
222 if (!m_read_thread.IsJoinable())
229 if (!m_read_thread.IsJoinable())
246 if (!m_read_thread.IsJoinable())
H A DDebugger.cpp1481 if (!m_event_handler_thread.IsJoinable()) {
1517 return m_event_handler_thread.IsJoinable();
1521 if (m_event_handler_thread.IsJoinable()) {
1535 bool Debugger::HasIOHandlerThread() { return m_io_handler_thread.IsJoinable(); }
1538 if (!m_io_handler_thread.IsJoinable()) {
1550 return m_io_handler_thread.IsJoinable();
1554 if (m_io_handler_thread.IsJoinable()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp211 if (!m_async_thread.IsJoinable()) {
229 return m_async_thread.IsJoinable();
235 if (!m_async_thread.IsJoinable())
H A DGDBRemoteCommunication.cpp863 if (m_listen_thread.IsJoinable())
883 if (m_listen_thread.IsJoinable())
H A DProcessGDBRemote.cpp1438 if (!m_async_thread.IsJoinable()) {
3594 if (!m_async_thread.IsJoinable()) {
3613 return m_async_thread.IsJoinable();
3622 if (m_async_thread.IsJoinable()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp737 if (!monitor_thread || !monitor_thread->IsJoinable()) {
777 if (!monitor_thread || !monitor_thread->IsJoinable()) {
791 if (m_operation_thread && m_operation_thread->IsJoinable())
961 if (m_operation_thread && m_operation_thread->IsJoinable())
1384 if (m_monitor_thread && m_monitor_thread->IsJoinable()) {
1422 if (m_operation_thread && m_operation_thread->IsJoinable()) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h328 bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2653 state != lldb::eStateExited && m_private_state_thread.IsJoinable();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3636 assert(private_state_thread->IsJoinable());
3651 if (m_private_state_thread.IsJoinable())
3671 if (m_private_state_thread.IsJoinable()) {
5330 if (backup_private_state_thread.IsJoinable()) {

Completed in 216 milliseconds