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

  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 23 * for updating shared-state before any of the parties continue.
75 * <p>If the barrier action does not rely on the parties being suspended when
126 /** The number of parties */
127 private final int parties; field in class:CyclicBarrier
134 * Number of parties still waiting. Counts down from parties to 0
135 * on each generation. It is reset to parties on each new
148 count = parties;
158 count = parties;
234 * given number of parties (threads) are waiting upon it, and whic
    [all...]
Phaser.java 21 * number of parties <em>registered</em> to synchronize on a phaser
24 * constructors establishing initial numbers of parties), and
38 * number starts at zero, and advances when all parties arrive at the
85 * parties to become zero. As illustrated below, when phasers control
94 * large numbers of parties that would otherwise experience heavy
102 * Whenever the number of registered parties of a child phaser becomes
106 * registered parties becomes zero as the result of an invocation of
111 * only by registered parties, the current state of a phaser may be
113 * #getRegisteredParties} parties in total, of which {@link
116 * parties arrive, the phase advances. The values returned by thes
407 int parties = counts >>> PARTIES_SHIFT; local
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 219 milliseconds