Searched defs:await (Results 1 – 6 of 6) sorted by relevance
202 void await() throws InterruptedException; in await() method345 boolean await(long time, TimeUnit unit) throws InterruptedException; in await() method
2015 public final void await() throws InterruptedException { in await() method in AbstractQueuedSynchronizer.ConditionObject2137 public final boolean await(long time, TimeUnit unit) in await() method in AbstractQueuedSynchronizer.ConditionObject
1785 public final void await() throws InterruptedException { in await() method in AbstractQueuedLongSynchronizer.ConditionObject1907 public final boolean await(long time, TimeUnit unit) in await() method in AbstractQueuedLongSynchronizer.ConditionObject
206 public void await() throws InterruptedException { in await() method in CountDownLatch251 public boolean await(long timeout, TimeUnit unit) in await() method in CountDownLatch
324 public int await() throws InterruptedException, BrokenBarrierException { in await() method in CyclicBarrier394 public int await(long timeout, TimeUnit unit) in await() method in CyclicBarrier
462 private static Object await(Node node, Slot slot) { in await() method in Exchanger