ARGOBOTS
|
Go to the source code of this file.
Macros | |
#define | ABTU_likely(cond) __builtin_expect(!!(cond), 1) |
#define | ABTU_unlikely(cond) __builtin_expect(!!(cond), 0) |
#define | ABTU_strcpy(d, s) strcpy(d, s) |
#define | ABTU_strncpy(d, s, n) strncpy(d, s, n) |
Functions | |
static void * | ABTU_memalign (size_t alignment, size_t size) |
static void | ABTU_free (void *ptr) |
static void * | ABTU_malloc (size_t size) |
static void * | ABTU_calloc (size_t num, size_t size) |
static void * | ABTU_realloc (void *ptr, size_t old_size, size_t new_size) |
char * | ABTU_get_indent_str (int indent) |
int | ABTU_get_int_len (size_t num) |
#define ABTU_strcpy | ( | d, | |
s | |||
) | strcpy(d, s) |
Definition at line 84 of file abtu.h.
Referenced by ABT_error_get_str().
|
inlinestatic |
Definition at line 49 of file abtu.h.
Referenced by ABT_cond_timedwait(), ABT_eventual_wait(), ABT_future_wait(), ABT_init(), ABT_key_get(), ABT_mutex_create(), ABT_sched_get_total_size(), ABT_xstream_get_affinity(), and ABTU_realloc().
|
inlinestatic |
Definition at line 32 of file abtu.h.
Referenced by ABT_barrier_free(), ABT_barrier_reinit(), ABT_cond_free(), ABT_cond_timedwait(), ABT_eventual_free(), ABT_eventual_wait(), ABT_finalize(), ABT_future_free(), ABT_future_wait(), ABT_info_print_thread_stacks_in_pool(), ABT_key_free(), ABT_key_get(), ABT_mutex_attr_free(), ABT_mutex_attr_set_recursive(), ABT_mutex_free(), ABT_pool_get_id(), ABT_rwlock_free(), ABT_sched_config_create(), ABT_sched_config_free(), ABT_sched_config_read(), ABT_sched_get_total_size(), ABT_task_get_arg(), ABT_thread_attr_free(), ABT_thread_attr_set_migratable(), ABT_thread_get_attr(), ABT_xstream_barrier_free(), ABT_xstream_create_with_rank(), ABT_xstream_get_affinity(), ABTDI_thread_terminate(), ABTU_realloc(), pool_free(), sched_free(), and sched_run().
char* ABTU_get_indent_str | ( | int | indent | ) |
Definition at line 12 of file util.c.
Referenced by ABT_mutex_attr_set_recursive(), ABT_pool_get_id(), ABT_sched_get_total_size(), ABT_task_get_arg(), ABT_thread_attr_set_migratable(), ABT_thread_get_attr(), ABT_xstream_get_affinity(), and ABTDI_thread_terminate().
|
inlinestatic |
Definition at line 39 of file abtu.h.
Referenced by ABT_barrier_create(), ABT_barrier_reinit(), ABT_cond_create(), ABT_eventual_create(), ABT_future_create(), ABT_info_print_thread_stacks_in_pool(), ABT_init(), ABT_key_create(), ABT_key_get(), ABT_mutex_attr_create(), ABT_mutex_create_with_attr(), ABT_pool_get_id(), ABT_rwlock_create(), ABT_sched_config_create(), ABT_sched_config_free(), ABT_sched_config_read(), ABT_sched_get_total_size(), ABT_thread_attr_create(), ABT_thread_attr_set_migratable(), ABT_thread_get_attr(), ABT_xstream_barrier_create(), ABT_xstream_create(), ABT_xstream_create_with_rank(), ABTU_calloc(), ABTU_get_indent_str(), ABTU_realloc(), pool_init(), sched_init(), and sched_run().
|
inlinestatic |
Definition at line 25 of file abtu.h.
Referenced by ABTU_malloc().
|
inlinestatic |
Definition at line 56 of file abtu.h.
Referenced by ABT_info_print_thread_stacks_in_pool(), ABT_initialized(), and ABT_sched_config_create().