OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForkJoinPool
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java
10
* A thread managed by a {@link
ForkJoinPool
}, which executes
17
* custom {@link
ForkJoinPool
.ForkJoinWorkerThreadFactory} to use it
18
* in a {@code
ForkJoinPool
}.
28
* of class
ForkJoinPool
.
38
final
ForkJoinPool
pool; // the pool this thread works in
39
final
ForkJoinPool
.WorkQueue workQueue; // work-stealing mechanics
47
protected ForkJoinWorkerThread(
ForkJoinPool
pool) {
59
public
ForkJoinPool
getPool() {
ForkJoinTask.java
27
* Abstract base class for tasks that run within a {@link
ForkJoinPool
}.
31
*
ForkJoinPool
, at the price of some usage limitations.
34
* explicitly submitted to a {@link
ForkJoinPool
}, or, if not already
36
*
ForkJoinPool
#commonPool()} via {@link #fork}, {@link #invoke}, or
81
*
ForkJoinPool
.ManagedBlocker} API is used, or the number of possibly
83
*
ForkJoinPool
#getParallelism} level, the pool cannot guarantee that
187
* See the internal documentation of class
ForkJoinPool
for a
190
* to methods in ForkJoinWorkerThread and
ForkJoinPool
.
273
*
ForkJoinPool
. Other variants are directly incorporated into
289
ForkJoinPool
.externalHelpJoin(this)
[
all
...]
Executors.java
83
return new
ForkJoinPool
85
ForkJoinPool
.defaultForkJoinWorkerThreadFactory,
98
return new
ForkJoinPool
100
ForkJoinPool
.defaultForkJoinWorkerThreadFactory,
ForkJoinPool.java
24
* A {@code
ForkJoinPool
} provides the entry point for submissions
28
* <p>A {@code
ForkJoinPool
} differs from other kinds of {@link
37
*
ForkJoinPool
}s may also be appropriate for use with event-style
48
*
ForkJoinPool
} may be constructed with a given target parallelism
103
* java.util.concurrent.
ForkJoinPool
.common}: {@code parallelism} --
124
public class
ForkJoinPool
extends AbstractExecutorService {
465
*
ForkJoinPool
, ForkJoinWorkerThread, and ForkJoinTask. The
467
*
ForkJoinPool
, so are directly accessed. There is little point
524
public ForkJoinWorkerThread newThread(
ForkJoinPool
pool);
533
public final ForkJoinWorkerThread newThread(
ForkJoinPool
pool)
[
all
...]
Phaser.java
71
* also be used by tasks executing in a {@link
ForkJoinPool
},
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/examples/
scala.pro
56
-keepclassmembernames class scala.concurrent.forkjoin.
ForkJoinPool
{
60
scala.concurrent.forkjoin.
ForkJoinPool
$WaitQueueNode syncStack;
61
scala.concurrent.forkjoin.
ForkJoinPool
$WaitQueueNode spareStack;
Completed in 155 milliseconds