ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTI_eventual Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_eventual:
Collaboration graph
[legend]

Data Fields

ABTI_spinlock lock
 
ABT_bool ready
 
void * value
 
int nbytes
 
ABTI_unitp_head
 
ABTI_unitp_tail
 

Detailed Description

Definition at line 402 of file abti.h.

Field Documentation

ABTI_spinlock ABTI_eventual::lock
int ABTI_eventual::nbytes

Definition at line 406 of file abti.h.

Referenced by ABT_eventual_create().

ABTI_unit* ABTI_eventual::p_head

Definition at line 407 of file abti.h.

Referenced by ABT_eventual_create(), ABT_eventual_set(), and ABT_eventual_wait().

ABTI_unit* ABTI_eventual::p_tail

Definition at line 408 of file abti.h.

Referenced by ABT_eventual_create(), ABT_eventual_set(), and ABT_eventual_wait().

ABT_bool ABTI_eventual::ready
void* ABTI_eventual::value

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