Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/Core/ConnectionFileDescriptor.h
Context not available. | |||||
Pipe m_pipe; | Pipe m_pipe; | ||||
Mutex m_mutex; | Mutex m_mutex; | ||||
bool m_shutting_down; // This marks that we are shutting down so if we get woken up from | std::atomic<bool> m_shutting_down; // This marks that we are shutting down so if we get woken up from | ||||
// BytesAvailable to disconnect, we won't try to read again. | // BytesAvailable to disconnect, we won't try to read again. | ||||
bool m_waiting_for_accept; | bool m_waiting_for_accept; | ||||
private: | private: | ||||
DISALLOW_COPY_AND_ASSIGN (ConnectionFileDescriptor); | DISALLOW_COPY_AND_ASSIGN (ConnectionFileDescriptor); | ||||
Context not available. |