ARGOBOTS
latest
|
#include <abti.h>
ABTD_xstream_context ABTI_xstream::ctx |
Definition at line 242 of file abti.h.
Referenced by ABT_xstream_get_affinity(), ABT_xstream_get_cpubind(), ABT_xstream_revive(), ABT_xstream_set_affinity(), ABT_xstream_set_cpubind(), ABT_xstream_set_rank(), ABTI_xstream_free(), ABTI_xstream_join(), ABTI_xstream_start(), and ABTI_xstream_start_primary().
ABTI_mem_pool_local_pool ABTI_xstream::mem_pool_desc |
Definition at line 249 of file abti.h.
Referenced by ABTI_mem_alloc_desc(), and ABTI_mem_free_desc().
ABTI_mem_pool_local_pool ABTI_xstream::mem_pool_stack |
Definition at line 248 of file abti.h.
Referenced by ABTI_mem_alloc_thread_default(), and ABTI_mem_free_thread().
ABTI_sched* ABTI_xstream::p_main_sched |
Definition at line 236 of file abti.h.
Referenced by ABT_xstream_create_with_rank(), ABT_xstream_get_main_pools(), ABT_xstream_get_main_sched(), ABT_xstream_set_main_sched(), ABTI_info_check_print_all_thread_stacks(), ABTI_thread_create_main(), ABTI_thread_migrate_to_xstream(), ABTI_xstream_create(), ABTI_xstream_free(), ABTI_xstream_get_main_pool(), ABTI_xstream_get_top_sched(), ABTI_xstream_init_main_sched(), ABTI_xstream_launch_main_sched(), ABTI_xstream_print(), ABTI_xstream_schedule(), ABTI_xstream_start(), ABTI_xstream_start_primary(), and ABTI_xstream_update_main_sched().
void* ABTI_xstream::p_req_arg |
Definition at line 240 of file abti.h.
Referenced by ABT_xstream_create_with_rank(), ABT_xstream_revive(), ABTI_xstream_create(), ABTI_xstream_join(), and ABTI_xstream_schedule().
ABTI_unit* ABTI_xstream::p_unit |
Definition at line 245 of file abti.h.
Referenced by ABT_barrier_wait(), ABT_cond_timedwait(), ABT_eventual_wait(), ABT_finalize(), ABT_future_wait(), ABT_init(), ABT_key_get(), ABT_key_set(), ABT_self_get_arg(), ABT_self_get_last_pool_id(), ABT_self_is_primary(), ABT_self_is_unnamed(), ABT_self_set_arg(), ABT_self_suspend(), ABT_task_free(), ABT_task_join(), ABT_task_self(), ABT_task_self_id(), ABT_thread_exit(), ABT_thread_free(), ABT_thread_self(), ABT_thread_self_id(), ABT_thread_yield(), ABT_thread_yield_to(), ABT_xstream_create_with_rank(), ABT_xstream_exit(), ABT_xstream_set_main_sched(), ABTD_thread_func_wrapper(), ABTD_thread_terminate_no_arg(), ABTI_cond_wait(), ABTI_mutex_lock(), ABTI_mutex_lock_low(), ABTI_mutex_unlock_se(), ABTI_mutex_wait(), ABTI_mutex_wait_low(), ABTI_self_get_type(), ABTI_self_get_unit_id(), ABTI_task_create(), ABTI_task_free(), ABTI_task_revive(), ABTI_thread_context_switch_to_child_internal(), ABTI_thread_context_switch_to_parent_internal(), ABTI_thread_context_switch_to_sibling_internal(), ABTI_thread_create_internal(), ABTI_thread_free(), ABTI_thread_free_main(), ABTI_thread_free_main_sched(), ABTI_thread_htable_switch_low(), ABTI_thread_join(), ABTI_thread_migrate_to_pool(), ABTI_thread_revive(), ABTI_thread_self_id(), ABTI_thread_self_xstream_rank(), ABTI_thread_set_ready(), ABTI_thread_suspend(), ABTI_xstream_create(), ABTI_xstream_get_top_sched(), ABTI_xstream_join(), ABTI_xstream_launch_main_sched(), ABTI_xstream_schedule(), ABTI_xstream_schedule_task(), and ABTI_xstream_schedule_thread().
int ABTI_xstream::rank |
Definition at line 232 of file abti.h.
Referenced by ABT_finalize(), ABT_thread_yield_to(), ABT_xstream_create_with_rank(), ABT_xstream_get_rank(), ABT_xstream_self_rank(), ABT_xstream_set_rank(), ABTD_thread_terminate(), ABTI_mutex_lock_low(), ABTI_mutex_unlock_se(), ABTI_mutex_wait(), ABTI_mutex_wait_low(), ABTI_task_print(), ABTI_thread_create_internal(), ABTI_thread_free(), ABTI_thread_free_main(), ABTI_thread_free_main_sched(), ABTI_thread_get_xstream_rank(), ABTI_thread_join(), ABTI_thread_print(), ABTI_thread_set_blocked(), ABTI_thread_set_ready(), ABTI_thread_suspend(), ABTI_thread_yield(), ABTI_xstream_create(), ABTI_xstream_free(), ABTI_xstream_launch_main_sched(), ABTI_xstream_migrate_thread(), ABTI_xstream_print(), ABTI_xstream_return_rank(), ABTI_xstream_schedule(), ABTI_xstream_schedule_task(), ABTI_xstream_schedule_thread(), ABTI_xstream_set_new_rank(), ABTI_xstream_start(), ABTI_xstream_start_primary(), ABTI_xstream_take_rank(), ABTI_xstream_terminate_task(), and ABTI_xstream_terminate_thread().
ABTD_atomic_uint32 ABTI_xstream::request |
Definition at line 239 of file abti.h.
Referenced by ABT_xstream_create_with_rank(), ABT_xstream_revive(), ABTI_xstream_check_events(), ABTI_xstream_create(), ABTI_xstream_print(), ABTI_xstream_schedule(), ABTI_xstream_set_request(), and ABTI_xstream_unset_request().
ABTI_sched** ABTI_xstream::scheds |
Definition at line 235 of file abti.h.
Referenced by ABT_xstream_create_with_rank(), ABTI_xstream_create(), and ABTI_xstream_free().
ABTD_atomic_int ABTI_xstream::state |
Definition at line 234 of file abti.h.
Referenced by ABT_finalize(), ABT_thread_migrate(), ABT_xstream_create_with_rank(), ABT_xstream_exit(), ABT_xstream_free(), ABT_xstream_get_state(), ABT_xstream_revive(), ABT_xstream_set_main_sched(), ABTI_thread_migrate_to_xstream(), ABTI_xstream_create(), ABTI_xstream_join(), ABTI_xstream_print(), ABTI_xstream_schedule(), ABTI_xstream_start(), and ABTI_xstream_start_primary().
ABTI_xstream_type ABTI_xstream::type |
Definition at line 233 of file abti.h.
Referenced by ABT_finalize(), ABT_self_on_primary_xstream(), ABT_xstream_cancel(), ABT_xstream_create_with_rank(), ABT_xstream_free(), ABT_xstream_is_primary(), ABTI_thread_create_main_sched(), ABTI_xstream_create(), ABTI_xstream_create_primary(), ABTI_xstream_free(), ABTI_xstream_join(), ABTI_xstream_print(), ABTI_xstream_schedule(), ABTI_xstream_start(), and ABTI_xstream_update_main_sched().