Searched refs:beyondCount (Results 1 – 4 of 4) sorted by relevance
156 int beyondCount; // high-water number of receivers we've moved beyond. field in BroadcastRecord748 final int oldBeyondCount = beyondCount; in setDeliveryState()749 if (index >= beyondCount) { in setDeliveryState()750 for (int i = beyondCount; i < delivery.length; i++) { in setDeliveryState()752 beyondCount = i + 1; in setDeliveryState()758 return (beyondCount != oldBeyondCount); in setDeliveryState()770 return (beyondCount < blockedUntilBeyondCount[index]); in isBlocked()
1494 pw.print(record.beyondCount); in dumpRecord()
1415 if (r.beyondCount == r.receivers.size()) { in setDeliveryState()
986 assertEquals("beyond", expectedBeyondCount, r.beyondCount); in assertTerminalDeferredBeyond()