Home | History | Annotate | Download | only in locks

Lines Matching defs:tryReadLock

62  *   and timed versions of {@code tryReadLock} are also provided.
433 public long tryReadLock() {
460 public long tryReadLock(long time, TimeUnit unit)
884 public boolean tryLock() { return tryReadLock() != 0L; }
887 return tryReadLock(time, unit) != 0L;