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()282 if (m_async_count == 0) in ShouldStop()346 m_comm.m_cv.wait(lock, [this] { return m_comm.m_async_count == 0; }); in lock()384 ++m_comm.m_async_count; in SyncWithContinueThread()386 if (m_comm.m_async_count == 1) { in SyncWithContinueThread()393 --m_comm.m_async_count; in SyncWithContinueThread()413 --m_comm.m_async_count; in ~Lock()
133 uint32_t m_async_count; variable