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

  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java 60 * <li> <b>Waiting.</b> Method {@link #awaitAdvance} requires an
64 * method {@code awaitAdvance} continues to wait even if the
630 * to {@code awaitAdvance(arrive())}. If you need to await with
633 * awaitAdvance} method. If instead you need to deregister upon
634 * arrival, use {@code awaitAdvance(arriveAndDeregister())}.
647 // Specialization of doArrive+awaitAdvance eliminating some reads/paths
694 public int awaitAdvance(int phase) {
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 606 milliseconds