ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
ABTD_spinlock | lock |
ABT_bool | ready |
void * | value |
size_t | nbytes |
ABTI_waitlist | waitlist |
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().
ABT_bool ABTI_eventual::ready |
Definition at line 450 of file abti.h.
Referenced by ABT_eventual_test(), and ABT_eventual_wait().
void* ABTI_eventual::value |
Definition at line 451 of file abti.h.
Referenced by ABT_eventual_free(), ABT_eventual_test(), and ABT_eventual_wait().
ABTI_waitlist ABTI_eventual::waitlist |
Definition at line 453 of file abti.h.
Referenced by ABT_eventual_wait().