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.eventcount | |
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
Modifier and Type | Method and Description |
---|---|
static HjEventCount |
ModuleE.newEventCount()
Returns a new instance of an HjEventCount.
|
static HjEventCount |
ModuleE.newEventCount(int initialCount)
Returns a new instance of an HjEventCount.
|
Modifier and Type | Method and Description |
---|---|
HjEventCount |
HjRuntime.newEventCount(int initialCount)
Returns a new instance of an HjEventCount.
|
Modifier and Type | Method and Description |
---|---|
HjEventCount |
BaseRuntime.newEventCount(int initialCount)
Returns a new instance of an HjEventCount.
|
Modifier and Type | Class and Description |
---|---|
class |
HjParEventCount |
class |
HjSeqEventCount |
Modifier and Type | Method and Description |
---|---|
HjEventCount |
JavaForkJoinRuntime.newEventCount(int initialCount)
Returns a new instance of an HjEventCount.
|
Modifier and Type | Method and Description |
---|---|
HjEventCount |
SequentialRuntime.newEventCount(int initialCount) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.