Package | Description |
---|---|
edu.rice.hj.runtime.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
protected ForkJoinThreadPool[] |
ForkJoinRuntime.allocateExecutors(int numPlaces,
int numWorkers,
boolean asyncMode) |
Constructor and Description |
---|
ForkJoinThread(String threadName,
ForkJoinThreadPool pool)
Creates a ForkJoinWorkerThread operating in the given pool.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.