ARGOBOTS
1.1
|
#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 |
Definition at line 276 of file global.c.
Referenced by ABT_finalize().
|
static |
Definition at line 183 of file global.c.
Referenced by ABT_init().
|
static |
Definition at line 23 of file global.c.
Referenced by ABT_finalize(), and ABT_init().
|
static |
Definition at line 25 of file global.c.
Referenced by ABT_initialized(), finailze_library(), and init_library().
|
static |
Definition at line 21 of file global.c.
Referenced by ABT_init(), and finailze_library().
ABTI_global* gp_ABTI_global = NULL |
Definition at line 18 of file global.c.
Referenced by ABTI_global_get_global(), ABTI_global_get_global_or_null(), ABTI_global_set_global(), and ABTI_tool_event_thread_impl().