ARGOBOTS  1.1
Data Fields
ABTI_eventual Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_eventual:
Collaboration graph
[legend]

Data Fields

ABTD_spinlock lock
 
ABT_bool ready
 
void * value
 
size_t nbytes
 
ABTI_waitlist waitlist
 

Detailed Description

Definition at line 448 of file abti.h.

Field Documentation

◆ lock

ABTD_spinlock ABTI_eventual::lock

Definition at line 449 of file abti.h.

Referenced by ABT_eventual_free(), ABT_eventual_test(), and ABT_eventual_wait().

◆ nbytes

size_t ABTI_eventual::nbytes

Definition at line 452 of file abti.h.

◆ ready

ABT_bool ABTI_eventual::ready

Definition at line 450 of file abti.h.

Referenced by ABT_eventual_test(), and ABT_eventual_wait().

◆ value

void* ABTI_eventual::value

Definition at line 451 of file abti.h.

Referenced by ABT_eventual_free(), ABT_eventual_test(), and ABT_eventual_wait().

◆ waitlist

ABTI_waitlist ABTI_eventual::waitlist

Definition at line 453 of file abti.h.

Referenced by ABT_eventual_wait().


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