Searched refs:STATE_RONIN (Results 1 – 3 of 3) sorted by relevance
692 case ICommonClock::STATE_RONIN: in handleTimeout()798 } else if (mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterRequest()851 if (mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN) { in handleWhoIsMasterResponse()1021 mState == ICommonClock::STATE_RONIN || in handleMasterAnnouncement()1056 assert(mState == ICommonClock::STATE_INITIAL || mState == ICommonClock::STATE_RONIN); in sendWhoIsMasterRequest()1299 setState(ICommonClock::STATE_RONIN); in becomeRonin()1381 case ICommonClock::STATE_RONIN: in stateToString()
66 STATE_RONIN, enumerator
91 public static final int STATE_RONIN = 3; field in CommonClock