Searched refs:m_async_count (Results 1 – 2 of 2) sorted by relevance
33 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()57 if (m_async_count == 0) in SendContinuePacketAndWaitForResponse()254 if (m_async_count == 0) in ShouldStop()318 m_comm.m_cv.wait(lock, [this] { return m_comm.m_async_count == 0; }); in lock()354 ++m_comm.m_async_count; in SyncWithContinueThread()356 if (m_comm.m_async_count == 1) { in SyncWithContinueThread()363 --m_comm.m_async_count; in SyncWithContinueThread()383 --m_comm.m_async_count; in ~Lock()
115 uint32_t m_async_count; variable