ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#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 497 of file abti.h.
Referenced by ABT_eventual_free(), ABT_eventual_test(), and ABT_eventual_wait().
ABT_bool ABTI_eventual::ready |
Definition at line 498 of file abti.h.
Referenced by ABT_eventual_test(), and ABT_eventual_wait().
void* ABTI_eventual::value |
Definition at line 499 of file abti.h.
Referenced by ABT_eventual_free(), ABT_eventual_test(), and ABT_eventual_wait().
ABTI_waitlist ABTI_eventual::waitlist |
Definition at line 501 of file abti.h.
Referenced by ABT_eventual_free(), and ABT_eventual_wait().