ARGOBOTS
|
#include "abti.h"
Go to the source code of this file.
Functions | |
int | ABT_barrier_create (uint32_t num_waiters, ABT_barrier *newbarrier) |
Create a new barrier. More... | |
int | ABT_barrier_reinit (ABT_barrier barrier, uint32_t num_waiters) |
Reinitialize the barrier. More... | |
int | ABT_barrier_free (ABT_barrier *barrier) |
Free the barrier. More... | |
int | ABT_barrier_wait (ABT_barrier barrier) |
Wait on the barrier. More... | |
int | ABT_barrier_get_num_waiters (ABT_barrier barrier, uint32_t *num_waiters) |
Get the number of waiters for the barrier. More... | |