Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.phasers |
The base package for the habanero-java phaser support.
|
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
static HjPhaser |
Module0.newPhaser(HjPhaserMode phaserMode)
Factory method to create a new
HjPhaser with the specified mode. |
static HjPhaser |
Module0.newPhaser(HjPhaserMode phaserMode,
int busyWaitLimit)
Factory method to create a new
HjPhaser with the specified mode. |
Modifier and Type | Field and Description |
---|---|
HjPhaser |
HjPhaserPair.phaser
The wrapped phaser instance.
|
Modifier and Type | Method and Description |
---|---|
HjPhaser |
HjRuntime.newPhaser(HjPhaserMode phaserMode,
int busyWaitLimit)
Create a new phaser in the specified registration mode..
|
Modifier and Type | Method and Description |
---|---|
static HjPhaserPair |
HjPhaserPair.PhaserPair(HjPhaser pPhaser,
HjPhaserMode pMode)
Factory method to create HjPhaserPair instances.
|
Constructor and Description |
---|
HjPhaserPair(HjPhaser pPhaser,
HjPhaserMode pMode)
Constructor for HjPhaserPair.
|
Modifier and Type | Method and Description |
---|---|
HjPhaser |
BaseRuntime.newPhaser(HjPhaserMode phaserMode,
int busyWaitLimit)
Create a new phaser in the specified registration mode..
|
Modifier and Type | Method and Description |
---|---|
HjPhaser |
JavaForkJoinRuntime.newPhaser(HjPhaserMode phaserMode,
int busyWaitLimit)
Create a new phaser in the specified registration mode..
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalPhaser
InternalPhaser interface.
|
Modifier and Type | Class and Description |
---|---|
class |
PhaserImpl
PhaserImpl class.
|
Modifier and Type | Method and Description |
---|---|
HjPhaser |
SequentialRuntime.newPhaser(HjPhaserMode phaserMode,
int busyWaitLimit)
Create a new phaser in the specified registration mode..
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.