|
ARGOBOTS
1.1
|
#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 460 of file abti.h.
Referenced by ABT_future_free(), and ABT_future_set().
| ABTD_atomic_size ABTI_future::counter |
Definition at line 458 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 457 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 459 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 461 of file abti.h.
Referenced by ABT_future_set().
| ABTI_waitlist ABTI_future::waitlist |
Definition at line 462 of file abti.h.
Referenced by ABT_future_set(), and ABT_future_wait().
1.8.17