ARGOBOTS
be4fa269aff5d27d176eaaf43a9acaa10a66c79d
|
#include "abti.h"
Go to the source code of this file.
Functions | |
static ABTU_ret_err int | init_library (void) |
static ABTU_ret_err int | finailze_library (void) |
int | ABT_init (int argc, char **argv) |
Initialize the Argobots execution environment. More... | |
int | ABT_finalize (void) |
Finalize the Argobots execution environment. More... | |
int | ABT_initialized (void) |
Check if the Argobots execution environment has been initialized. More... | |
Variables | |
ABTI_global * | gp_ABTI_global = NULL |
static uint32_t | g_ABTI_num_inits = 0 |
static ABTD_spinlock | g_ABTI_init_lock = ABTD_SPINLOCK_STATIC_INITIALIZER() |
static ABTD_atomic_uint32 | g_ABTI_initialized |
|
static |
|
static |
|
static |
|
static |