Package | Description |
---|---|
edu.rice.hj.runtime.baseruntime |
Modifier and Type | Method and Description |
---|---|
DataDrivenControl<?> |
SuspendableUtilities.DdcYieldReason.reason() |
Modifier and Type | Method and Description |
---|---|
static void |
DataDrivenControl.pauseOnDdc(DataDrivenControl<?> ddc)
Utility method to enable blocking busy-wait on a DataDrivenControl.
|
static void |
DataDrivenControl.pauseOnDdc(DataDrivenControl<?> ddc,
int busyWaitLimit)
Utility method to enable blocking busy-wait on a DataDrivenControl.
|
static void |
DataDrivenControl.pauseOnDdc(DataDrivenControl<?> ddc,
int busyWaitLimit,
Runnable preUnblockCallback)
pauseOnDdc.
|
static void |
DataDrivenControl.pauseOnDdc(DataDrivenControl<?> ddc,
Runnable preUnblockCallback)
Utility method to enable blocking busy-wait on a DataDrivenControl.
|
Constructor and Description |
---|
DdcYieldReason(DataDrivenControl<?> ddc) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.