ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#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 execution-stream barrier. More... | |
int | ABT_xstream_barrier_free (ABT_xstream_barrier *barrier) |
Free an execution-stream barrier. More... | |
int | ABT_xstream_barrier_wait (ABT_xstream_barrier barrier) |
Wait on an execution-stream barrier. More... | |