reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/HostThread.h
   39   bool IsJoinable() const;

References

tools/lldb/include/lldb/Core/Debugger.h
  316   bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); }
tools/lldb/include/lldb/Target/Process.h
 2576            state != lldb::eStateExited && m_private_state_thread.IsJoinable();
tools/lldb/source/Core/Communication.cpp
  194   if (m_read_thread.IsJoinable())
  220   if (!m_read_thread.IsJoinable())
  227   if (!m_read_thread.IsJoinable())
  244   if (!m_read_thread.IsJoinable())
tools/lldb/source/Core/Debugger.cpp
 1492   if (!m_event_handler_thread.IsJoinable()) {
 1528   return m_event_handler_thread.IsJoinable();
 1532   if (m_event_handler_thread.IsJoinable()) {
 1546 bool Debugger::HasIOHandlerThread() { return m_io_handler_thread.IsJoinable(); }
 1549   if (!m_io_handler_thread.IsJoinable()) {
 1561   return m_io_handler_thread.IsJoinable();
 1565   if (m_io_handler_thread.IsJoinable()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  884   if (m_listen_thread.IsJoinable())
  904   if (m_listen_thread.IsJoinable())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  200   if (!m_async_thread.IsJoinable()) {
  218   return m_async_thread.IsJoinable();
  224   if (!m_async_thread.IsJoinable())
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1476       if (!m_async_thread.IsJoinable()) {
 3623   if (!m_async_thread.IsJoinable()) {
 3642   return m_async_thread.IsJoinable();
 3651   if (m_async_thread.IsJoinable()) {
tools/lldb/source/Target/Process.cpp
 3535   assert(private_state_thread->IsJoinable());
 3550   if (m_private_state_thread.IsJoinable())
 3570   if (m_private_state_thread.IsJoinable()) {
 5197     if (backup_private_state_thread.IsJoinable()) {