Searched refs:ContinueLock (Results 1 – 2 of 2) sorted by relevance
50 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()147 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()149 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()151 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()306 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock311 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()316 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()326 GDBRemoteClientBase::ContinueLock::LockResult327 GDBRemoteClientBase::ContinueLock::lock() { in lock()
154 class ContinueLock {158 explicit ContinueLock(GDBRemoteClientBase &comm);159 ~ContinueLock();