Searched refs:beyondCount (Results 1 – 4 of 4) sorted by relevance
142 int beyondCount; // high-water number of receivers we've moved beyond. field in BroadcastRecord607 final int oldBeyondCount = beyondCount; in setDeliveryState()608 if (index >= beyondCount) { in setDeliveryState()609 for (int i = beyondCount; i < delivery.length; i++) { in setDeliveryState()611 beyondCount = i + 1; in setDeliveryState()617 return (beyondCount != oldBeyondCount); in setDeliveryState()629 return (beyondCount < blockedUntilBeyondCount[index]); in isBlocked()
1627 pw.print(record.beyondCount); in dumpRecord()
1582 if (r.beyondCount == r.receivers.size()) { in setDeliveryState()
779 assertEquals("beyond", expectedBeyondCount, r.beyondCount); in assertTerminalDeferredBeyond()