Searched refs:ContinueLock (Results 1 – 2 of 2) sorted by relevance
49 ContinueLock cont_lock(*this); in SendContinuePacketAndWaitForResponse()128 case ContinueLock::LockResult::Success: in SendContinuePacketAndWaitForResponse()130 case ContinueLock::LockResult::Failed: in SendContinuePacketAndWaitForResponse()132 case ContinueLock::LockResult::Cancelled: in SendContinuePacketAndWaitForResponse()297 GDBRemoteClientBase::ContinueLock::ContinueLock(GDBRemoteClientBase &comm) in ContinueLock() function in GDBRemoteClientBase::ContinueLock302 GDBRemoteClientBase::ContinueLock::~ContinueLock() { in ~ContinueLock()307 void GDBRemoteClientBase::ContinueLock::unlock() { in unlock()317 GDBRemoteClientBase::ContinueLock::LockResult318 GDBRemoteClientBase::ContinueLock::lock() { in lock()
128 class ContinueLock {132 explicit ContinueLock(GDBRemoteClientBase &comm);133 ~ContinueLock();