ARGOBOTS
latest
|
#include <abti.h>
Data Fields | |
ABTI_spinlock | lock |
ABT_bool | ready |
void * | value |
int | nbytes |
ABTI_unit * | p_head |
ABTI_unit * | p_tail |
ABTI_spinlock ABTI_eventual::lock |
Definition at line 403 of file abti.h.
Referenced by ABT_eventual_create(), ABT_eventual_free(), ABT_eventual_reset(), ABT_eventual_set(), ABT_eventual_test(), and ABT_eventual_wait().
int ABTI_eventual::nbytes |
Definition at line 406 of file abti.h.
Referenced by ABT_eventual_create().
ABTI_unit* ABTI_eventual::p_head |
Definition at line 407 of file abti.h.
Referenced by ABT_eventual_create(), ABT_eventual_set(), and ABT_eventual_wait().
ABTI_unit* ABTI_eventual::p_tail |
Definition at line 408 of file abti.h.
Referenced by ABT_eventual_create(), ABT_eventual_set(), and ABT_eventual_wait().
ABT_bool ABTI_eventual::ready |
Definition at line 404 of file abti.h.
Referenced by ABT_eventual_create(), ABT_eventual_reset(), ABT_eventual_set(), ABT_eventual_test(), and ABT_eventual_wait().
void* ABTI_eventual::value |
Definition at line 405 of file abti.h.
Referenced by ABT_eventual_create(), ABT_eventual_free(), ABT_eventual_set(), ABT_eventual_test(), and ABT_eventual_wait().