Home
last modified time | relevance | path

Searched defs:tryAcquireNanos (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java62 public boolean tryAcquireNanos(long nanos) throws InterruptedException { in tryAcquireNanos() method in AbstractQueuedLongSynchronizerTest.Mutex
DAbstractQueuedSynchronizerTest.java66 public boolean tryAcquireNanos(long nanos) throws InterruptedException { in tryAcquireNanos() method in AbstractQueuedSynchronizerTest.Mutex
/libcore/luni/src/main/java/java/util/concurrent/locks/
DAbstractQueuedLongSynchronizer.java771 public final boolean tryAcquireNanos(long arg, long nanosTimeout) in tryAcquireNanos() method in AbstractQueuedLongSynchronizer
DAbstractQueuedSynchronizer.java1240 public final boolean tryAcquireNanos(int arg, long nanosTimeout) in tryAcquireNanos() method in AbstractQueuedSynchronizer