|
HClib
0.3
Documentation for Habanero-C Library API
|
Describe loop domain when spawning a forasync. More...
#include <hclib.h>
Data Fields | |
| int | low |
| int | high |
| int | stride |
| int | tile |
Describe loop domain when spawning a forasync.
| [in] | low | Lower bound for the loop |
| [in] | high | Upper bound for the loop |
| [in] | stride | Stride access |
| [in] | tile | Tile size for chunking |
1.8.3.1