ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
uint32_t | num_waiters |
ABTD_spinlock | lock |
uint32_t | counter |
ABTD_atomic_uint64 | tag |
uint32_t ABTI_xstream_barrier::counter |
Definition at line 478 of file abti.h.
Referenced by ABT_xstream_barrier_wait().
ABTD_spinlock ABTI_xstream_barrier::lock |
Definition at line 477 of file abti.h.
Referenced by ABT_xstream_barrier_wait().
uint32_t ABTI_xstream_barrier::num_waiters |
Definition at line 473 of file abti.h.
Referenced by ABT_xstream_barrier_wait().
ABTD_atomic_uint64 ABTI_xstream_barrier::tag |
Definition at line 479 of file abti.h.
Referenced by ABT_xstream_barrier_wait().