OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parties
(Results
1 - 13
of
13
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java
22
* for updating shared-state before any of the
parties
continue.
74
* <p>If the barrier action does not rely on the
parties
being suspended when
125
/** The number of
parties
*/
126
private final int
parties
;
field in class:CyclicBarrier
133
* Number of
parties
still waiting. Counts down from
parties
to 0
134
* on each generation. It is reset to
parties
on each new
147
count =
parties
;
157
count =
parties
;
233
* 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
/prebuilts/sdk/current/
android.jar
Completed in 53 milliseconds