ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti.h>
Data Fields | |
ABTD_spinlock | lock |
ABTD_atomic_size | counter |
size_t | num_compartments |
void ** | array |
void(* | p_callback )(void **arg) |
ABTI_waitlist | waitlist |
void** ABTI_future::array |
Definition at line 508 of file abti.h.
Referenced by ABT_future_free(), and ABT_future_set().
ABTD_atomic_size ABTI_future::counter |
Definition at line 506 of file abti.h.
Referenced by ABT_future_reset(), ABT_future_set(), ABT_future_test(), and ABT_future_wait().
ABTD_spinlock ABTI_future::lock |
Definition at line 505 of file abti.h.
Referenced by ABT_future_free(), ABT_future_reset(), ABT_future_set(), and ABT_future_wait().
size_t ABTI_future::num_compartments |
Definition at line 507 of file abti.h.
Referenced by ABT_future_set(), ABT_future_test(), and ABT_future_wait().
void(* ABTI_future::p_callback) (void **arg) |
Definition at line 509 of file abti.h.
Referenced by ABT_future_set().
ABTI_waitlist ABTI_future::waitlist |
Definition at line 510 of file abti.h.
Referenced by ABT_future_free(), ABT_future_reset(), ABT_future_set(), and ABT_future_wait().