/libcore/jsr166-tests/src/test/java/jsr166/ |
PhaserTest.java | 13 import java.util.concurrent.Phaser; 25 /** Checks state of unterminated phaser. */ 26 protected void assertState(Phaser phaser, 28 assertEquals(phase, phaser.getPhase()); 29 assertEquals(parties, phaser.getRegisteredParties()); 30 assertEquals(unarrived, phaser.getUnarrivedParties()); 31 assertEquals(parties - unarrived, phaser.getArrivedParties()); 32 assertFalse(phaser.isTerminated()); 35 /** Checks state of terminated phaser. * 55 Phaser phaser = new Phaser(); local 128 Phaser phaser = new Phaser(); local 138 Phaser phaser = new Phaser(0); local 166 Phaser phaser = new Phaser(); local 178 Phaser phaser = new Phaser(1); local 228 Phaser phaser = new Phaser(); local 258 final Phaser phaser = new Phaser(size); local 270 Phaser phaser = new Phaser(1); local 280 final Phaser phaser = new Phaser(1); local 296 final Phaser phaser = new Phaser(); local 318 Phaser phaser = new Phaser(1); local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | 21 * number of parties <em>registered</em> to synchronize on a phaser 34 * Phaser} may be repeatedly awaited. Method {@link 37 * generation of a phaser has an associated phase number. The phase 39 * phaser, wrapping around to zero after reaching {@code 41 * control of actions upon arrival at a phaser and upon awaiting 50 * number</em>; that is, the phase number of the phaser to which 62 * the phaser advances to (or is already at) a different phase. 68 * state of the phaser. If necessary, you can perform any 77 * <p><b>Termination.</b> A phaser may enter a <em>termination</em> 102 * Whenever the number of registered parties of a child phaser become 1061 final Phaser phaser; field in class:Phaser.QNode [all...] |
FutureTask.java | 322 * stack. See other classes such as Phaser and SynchronousQueue
|
package-info.java | 8 // omit links to ForkJoinPool, ForkJoinTask, LinkedTransferQueue, Phaser, TransferQueue
|
CountedCompleter.java | 28 * components such as {@link java.util.concurrent.Phaser Phaser} and
|
ForkJoinTask.java | 134 * {@link Phaser}, {@link #helpQuiesce}, and {@link #complete}) that [all...] |
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
pkg_java.util.concurrent.html | 133 <A NAME="Phaser"></A> 134 <nobr><A HREF="../../../../reference/java/util/concurrent/Phaser.html" target="_top"><code>Phaser</code></A></nobr>
|
classes_index_additions.html | 393 <A HREF="pkg_java.util.concurrent.html#Phaser" class="hiddenlink" target="rightframe"><b>Phaser</b></A><br> [all...] |
classes_index_all.html | [all...] |
/frameworks/base/docs/html/sdk/api_diff/preview-21/changes/ |
pkg_java.util.concurrent.html | 133 <A NAME="Phaser"></A> 134 <nobr><A HREF="../../../../reference/java/util/concurrent/Phaser.html" target="_top"><code>Phaser</code></A></nobr>
|
classes_index_additions.html | 228 <A HREF="pkg_java.util.concurrent.html#Phaser" class="hiddenlink" target="rightframe"><b>Phaser</b></A><br>
|
classes_index_all.html | [all...] |
alldiffs_index_additions.html | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
asoundef.h | 286 #define MIDI_CTL_E5_PHASER_DEPTH 0x5f /**< E5 Phaser Depth */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
asoundef.h | 286 #define MIDI_CTL_E5_PHASER_DEPTH 0x5f /**< E5 Phaser Depth */
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
missingSinces.txt | 51 NO DOC BLOCK: java.util.concurrent.Phaser Class [all...] |
user_comments_for_l-preview_to_21.xml | [all...] |
/frameworks/base/docs/html/sdk/api_diff/21/ |
missingSinces.txt | 92 NO DOC BLOCK: java.util.concurrent.Phaser Class [all...] |
user_comments_for_20_to_21.xml | [all...] |