Searched refs:m_shutting_down (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DConnectionFileDescriptor.h118 bool m_shutting_down; // This marks that we are shutting down so if we get woken up from BytesAvailable member in class:lldb_private::ConnectionFileDescriptor
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp93 m_shutting_down (false)
112 m_shutting_down (false)
338 m_shutting_down = true;
384 m_shutting_down = false;
413 else if (m_shutting_down)

Completed in 61 milliseconds