ARGOBOTS
|
#include "abti.h"
Go to the source code of this file.
Functions | |
int | ABT_xstream_barrier_create (uint32_t num_waiters, ABT_xstream_barrier *newbarrier) |
Create a new ES barrier. More... | |
int | ABT_xstream_barrier_free (ABT_xstream_barrier *barrier) |
Free the ES barrier. More... | |
int | ABT_xstream_barrier_wait (ABT_xstream_barrier barrier) |
Wait on the barrier. More... | |