HomeSort by relevance Sort by last modified time
    Searched refs:parties (Results 1 - 20 of 20) 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
406 int parties = counts >>> PARTIES_SHIFT; local
    [all...]
  /external/libvorbis/doc/
footer.tex 24 BSD-like license. This does not restrict third parties from
  /libcore/jsr166-tests/src/test/java/jsr166/
PhaserTest.java 27 int phase, int parties, int unarrived) {
29 assertEquals(parties, phaser.getRegisteredParties());
31 assertEquals(parties - unarrived, phaser.getArrivedParties());
36 protected void assertTerminated(Phaser phaser, int maxPhase, int parties) {
40 assertEquals(parties, phaser.getRegisteredParties());
52 * parties and initial phase number of 0
64 * Constructing with a negative number of parties throws
75 * Constructing with a negative number of parties throws
86 * Constructing with a number of parties > 65535 throws
124 * register() will increment the number of unarrived parties b
    [all...]
JSR166TestCase.java     [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 369 parties under the terms of this License.
437 distribution of the source code, even though third parties are not
444 However, parties who have received copies, or rights, from you under
446 parties remain in full compliance.
462 You are not responsible for enforcing compliance by third parties to
530 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
544 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 210 milliseconds