ARGOBOTS
140a356fc09a44696eb3487150e459266f9b5405
|
#include <abti.h>
Data Fields | |
int | max_xstreams |
int | num_xstreams |
ABTI_xstream * | p_xstream_head |
ABTI_spinlock | xstream_list_lock |
int | num_cores |
ABT_bool | set_affinity |
ABT_bool | use_logging |
ABT_bool | use_debug |
uint32_t | key_table_size |
size_t | thread_stacksize |
size_t | sched_stacksize |
uint32_t | sched_event_freq |
uint64_t | sched_sleep_nsec |
ABTI_ythread * | p_primary_ythread |
uint32_t | mutex_max_handovers |
uint32_t | mutex_max_wakeups |
size_t | huge_page_size |
size_t | mem_page_size |
size_t | mem_sp_size |
uint32_t | mem_max_stacks |
uint32_t | mem_max_descs |
int | mem_lp_alloc |
ABTI_mem_pool_global_pool | mem_pool_stack |
ABTI_mem_pool_global_pool | mem_pool_desc |
ABTI_spinlock | mem_pool_stack_lock |
ABTI_mem_pool_local_pool | mem_pool_stack_ext |
ABTI_spinlock | mem_pool_desc_lock |
ABTI_mem_pool_local_pool | mem_pool_desc_ext |
ABT_bool | print_config |
size_t ABTI_global::huge_page_size |
Definition at line 199 of file abti.h.
Referenced by ABTD_env_init().
uint32_t ABTI_global::key_table_size |
Definition at line 189 of file abti.h.
Referenced by ABTD_env_init(), and ABTI_ktable_create().
int ABTI_global::max_xstreams |
Definition at line 178 of file abti.h.
Referenced by ABT_info_query_config(), ABTD_env_init(), and xstream_update_max_xstreams().
int ABTI_global::mem_lp_alloc |
Definition at line 205 of file abti.h.
Referenced by ABTD_env_init().
uint32_t ABTI_global::mem_max_descs |
Definition at line 204 of file abti.h.
Referenced by ABTD_env_init().
uint32_t ABTI_global::mem_max_stacks |
Definition at line 203 of file abti.h.
Referenced by ABTD_env_init().
size_t ABTI_global::mem_page_size |
Definition at line 201 of file abti.h.
Referenced by ABTD_env_init().
ABTI_mem_pool_global_pool ABTI_global::mem_pool_desc |
ABTI_mem_pool_local_pool ABTI_global::mem_pool_desc_ext |
Definition at line 215 of file abti.h.
Referenced by ABTI_mem_free_desc(), and ABTI_mem_free_nythread().
ABTI_spinlock ABTI_global::mem_pool_desc_lock |
Definition at line 214 of file abti.h.
Referenced by ABTI_mem_free_desc(), and ABTI_mem_free_nythread().
ABTI_mem_pool_global_pool ABTI_global::mem_pool_stack |
ABTI_mem_pool_local_pool ABTI_global::mem_pool_stack_ext |
Definition at line 213 of file abti.h.
Referenced by ABTI_mem_free_thread().
ABTI_spinlock ABTI_global::mem_pool_stack_lock |
Definition at line 212 of file abti.h.
Referenced by ABTI_mem_free_thread().
size_t ABTI_global::mem_sp_size |
Definition at line 202 of file abti.h.
Referenced by ABTD_env_init().
uint32_t ABTI_global::mutex_max_handovers |
Definition at line 197 of file abti.h.
Referenced by ABTD_env_init().
uint32_t ABTI_global::mutex_max_wakeups |
Definition at line 198 of file abti.h.
Referenced by ABTD_env_init().
int ABTI_global::num_cores |
Definition at line 185 of file abti.h.
Referenced by ABTD_affinity_init(), and ABTD_env_init().
int ABTI_global::num_xstreams |
Definition at line 179 of file abti.h.
Referenced by ABT_info_print_all_xstreams(), and init_library().
ABTI_ythread* ABTI_global::p_primary_ythread |
Definition at line 194 of file abti.h.
Referenced by init_library().
ABTI_xstream* ABTI_global::p_xstream_head |
Definition at line 180 of file abti.h.
Referenced by ABT_info_print_all_xstreams(), finailze_library(), init_library(), and xstream_set_new_rank().
ABT_bool ABTI_global::print_config |
Definition at line 219 of file abti.h.
Referenced by ABT_info_query_config(), ABTD_env_init(), and init_library().
uint32_t ABTI_global::sched_event_freq |
Definition at line 192 of file abti.h.
Referenced by ABT_info_query_config(), ABTD_env_init(), and sched_init().
uint64_t ABTI_global::sched_sleep_nsec |
Definition at line 193 of file abti.h.
Referenced by ABT_info_query_config(), ABTD_env_init(), and sched_init().
size_t ABTI_global::sched_stacksize |
Definition at line 191 of file abti.h.
Referenced by ABT_info_query_config(), ABTD_env_init(), ABTI_ythread_create_main_sched(), ABTI_ythread_create_root(), and ABTI_ythread_create_sched().
ABT_bool ABTI_global::set_affinity |
Definition at line 186 of file abti.h.
Referenced by ABT_info_query_config(), ABT_xstream_set_rank(), ABTD_affinity_cpuset_apply_default(), ABTD_affinity_finalize(), ABTD_affinity_init(), ABTD_env_init(), and finailze_library().
size_t ABTI_global::thread_stacksize |
Definition at line 190 of file abti.h.
Referenced by ABT_info_query_config(), ABT_thread_attr_create(), ABTD_env_init(), ABTI_mem_alloc_ythread_default(), and thread_attr_set_stack().
ABT_bool ABTI_global::use_debug |
Definition at line 188 of file abti.h.
Referenced by ABT_info_query_config(), and ABTD_env_init().
ABT_bool ABTI_global::use_logging |
Definition at line 187 of file abti.h.
Referenced by ABT_info_query_config(), and ABTD_env_init().
ABTI_spinlock ABTI_global::xstream_list_lock |
Definition at line 182 of file abti.h.
Referenced by ABT_info_print_all_xstreams(), and init_library().