Searched defs:phase (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DPhaser.java37 * generation of a phaser has an associated phase number. The phase
40 * Integer.MAX_VALUE}. The use of phase numbers enables independent
49 * do not block, but return an associated <em>arrival phase
50 * number</em>; that is, the phase number of the phaser to which
51 * the arrival applied. When the final party for a given phase
52 * arrives, an optional action is performed and the phase
54 * triggering a phase advance, and are arranged by overriding
61 * argument indicating an arrival phase number, and returns when
62 * the phaser advances to (or is already at) a different phase
324 queueFor(int phase) argument
695 awaitAdvance(int phase) argument
721 awaitAdvanceInterruptibly(int phase) argument
757 awaitAdvanceInterruptibly(int phase, long timeout, TimeUnit unit) argument
913 onAdvance(int phase, int registeredParties) argument
945 releaseWaiters(int phase) argument
968 abortWait(int phase) argument
1008 internalAwaitAdvance(int phase, QNode node) argument
1063 final int phase; field in class:Phaser.QNode
1072 QNode(Phaser phaser, int phase, boolean interruptible, boolean timed, long nanos) argument
[all...]

Completed in 42 milliseconds