Searched refs:m_async_count (Results 1 – 2 of 2) sorted by relevance
36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()70 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()356 ++m_comm.m_async_count; in SyncWithContinueThread()358 if (m_comm.m_async_count == 1) { in SyncWithContinueThread()365 --m_comm.m_async_count; in SyncWithContinueThread()385 --m_comm.m_async_count; in ~Lock()
129 uint32_t m_async_count; variable