HomeSort by relevance Sort by last modified time
    Searched defs:arrive (Results 1 - 7 of 7) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
DoubleAccumulatorTest.java 157 phaser.arrive();
LongAccumulatorTest.java 157 phaser.arrive();
  /libcore/ojluni/src/main/java/java/util/concurrent/
Phaser.java 65 * number starts at zero, and advances when all parties arrive at the
74 * <li><b>Arrival.</b> Methods {@link #arrive} and
144 * parties arrive, the phase advances. The values returned by these
372 * Main implementation for methods arrive and arriveAndDeregister.
377 * ONE_ARRIVAL for arrive,
619 * Arrives at this phaser, without waiting for others to arrive.
630 public int arrive() { method in class:Phaser
636 * for others to arrive. Deregistration reduces the number of
656 * to {@code awaitAdvance(arrive())}. If you need to await with
714 * previous call to {@code arrive} or {@code arriveAndDeregister}
    [all...]
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 79 milliseconds