ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
ABT_eventual_memory Struct Reference

A struct that can be converted to ABT_eventual. More...

#include <abt.h>

Collaboration diagram for ABT_eventual_memory:
Collaboration graph
[legend]

Data Fields

int dummy [16]
 

Detailed Description

A struct that can be converted to ABT_eventual.

ABT_eventual_memory is a struct to statically allocate and initialize ABT_eventual. ABT_eventual_memory can be statically initialized by ABT_EVENTUAL_INITIALIZER and converted to ABT_eventual by ABT_EVENTUAL_MEMORY_GET_HANDLE().

The initialized ABT_eventual does not hold a memory buffer, so the user may not set a value of the statically initialized ABT_eventual by ABT_eventual_set()

dummy may not be accessed by a user.

Definition at line 1283 of file abt.h.

Field Documentation

◆ dummy

int ABT_eventual_memory::dummy[16]

Definition at line 1284 of file abt.h.


The documentation for this struct was generated from the following file: