ARGOBOTS
1.1
|
#include <abti.h>
Data Fields | |
ABTI_thread | thread |
ABTD_ythread_context | ctx |
void * | p_stack |
size_t | stacksize |
ABTD_ythread_context ABTI_ythread::ctx |
Definition at line 408 of file abti.h.
Referenced by ABTD_ythread_cancel(), ABTD_ythread_print_context(), ABTI_thread_revive(), ABTI_ythread_context_switch_to_child_internal(), ABTI_ythread_context_switch_to_parent_internal(), ABTI_ythread_context_switch_to_sibling_internal(), ABTI_ythread_is_dynamic_promoted(), ythread_create(), and ythread_terminate().
void* ABTI_ythread::p_stack |
Definition at line 409 of file abti.h.
Referenced by ABTI_mem_alloc_ythread_default(), ABTI_mem_alloc_ythread_malloc_desc_stack(), ABTI_mem_alloc_ythread_mempool_desc(), ABTI_mem_free_thread(), ABTI_thread_revive(), ABTI_ythread_context_switch_to_child_internal(), ABTI_ythread_context_switch_to_sibling_internal(), ABTI_ythread_dynamic_promote_ythread(), ABTI_ythread_print_stack(), and ythread_create().
size_t ABTI_ythread::stacksize |
Definition at line 410 of file abti.h.
Referenced by ABTI_mem_alloc_ythread_default(), ABTI_mem_alloc_ythread_malloc_desc_stack(), ABTI_mem_alloc_ythread_mempool_desc(), ABTI_thread_revive(), ABTI_ythread_context_switch_to_child_internal(), ABTI_ythread_context_switch_to_sibling_internal(), ABTI_ythread_dynamic_promote_ythread(), ABTI_ythread_print_stack(), and ythread_create().
ABTI_thread ABTI_ythread::thread |
Definition at line 407 of file abti.h.
Referenced by ABT_self_exit(), ABT_self_is_primary(), ABT_xstream_cancel(), ABT_xstream_exit(), ABT_xstream_revive(), ABTD_ythread_cancel(), ABTD_ythread_func_wrapper(), ABTI_mem_alloc_ythread_default(), ABTI_mem_alloc_ythread_malloc_desc_stack(), ABTI_sched_discard_and_free(), ABTI_sched_free(), ABTI_tool_event_ythread_resume_impl(), ABTI_tool_event_ythread_suspend_impl(), ABTI_tool_event_ythread_yield_impl(), ABTI_waitlist_wait_and_unlock(), ABTI_ythread_context_switch_to_child_internal(), ABTI_ythread_context_switch_to_parent_internal(), ABTI_ythread_context_switch_to_sibling_internal(), ABTI_ythread_dynamic_promote_ythread(), ABTI_ythread_exit(), ABTI_ythread_free_primary(), ABTI_ythread_free_root(), ABTI_ythread_print_stack(), ABTI_ythread_set_blocked(), ABTI_ythread_set_ready(), ABTI_ythread_suspend(), ABTI_ythread_yield(), init_library(), thread_join_yield_thread(), xstream_schedule_ythread(), ythread_create(), and ythread_terminate().