Searched refs:ContinueLock (Results 1 – 2 of 2) sorted by relevance
47 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()123 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()125 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()127 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()290 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock295 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()300 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()310 GDBRemoteClientBase::ContinueLock::LockResult311 GDBRemoteClientBase::ContinueLock::lock() { in lock()
131 class ContinueLock {135 explicit ContinueLock(GDBRemoteClientBase &comm);136 ~ContinueLock();