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()307 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock312 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()317 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()327 GDBRemoteClientBase::ContinueLock::LockResult328 GDBRemoteClientBase::ContinueLock::lock() { in lock()
161 class ContinueLock {165 explicit ContinueLock(GDBRemoteClientBase &comm);166 ~ContinueLock();