Searched refs:tryIncReaderOverflow (Results 1 – 1 of 1) sorted by relevance
413 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryReadLock()441 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryReadLock()637 else if ((next = tryIncReaderOverflow(s)) != 0L) in tryConvertToReadLock()932 private long tryIncReaderOverflow(long s) { in tryIncReaderOverflow() method in StampedLock1121 (m < WBIT && (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()1174 (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()1223 (m < WBIT && (ns = tryIncReaderOverflow(s)) != 0L)) { in acquireRead()