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

  /libcore/ojluni/src/main/java/java/util/concurrent/
Phaser.java 87 * <li><b>Waiting.</b> Method {@link #awaitAdvance} requires an
91 * method {@code awaitAdvance} continues to wait even if the
656 * to {@code awaitAdvance(arrive())}. If you need to await with
659 * awaitAdvance} method. If instead you need to deregister upon
660 * arrival, use {@code awaitAdvance(arriveAndDeregister())}.
673 // Specialization of doArrive+awaitAdvance eliminating some reads/paths
719 public int awaitAdvance(int phase) {
    [all...]
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 580 milliseconds