Searched refs:tryIncReaderOverflow (Results 1 – 1 of 1) sorted by relevance
442 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryReadLock()470 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryReadLock()666 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryConvertToReadLock()961 private long tryIncReaderOverflow(long s) { in tryIncReaderOverflow() method in StampedLock1150 (m < WBIT && (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()1203 (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()1252 (m < WBIT && (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()