|
ARGOBOTS
latest
|
#include <abti.h>

Data Fields | |
| void * | p_stack |
| size_t | stacksize |
| ABTI_stack_type | stacktype |
| ABT_bool | migratable |
| void(* | f_cb )(ABT_thread, void *) |
| void * | p_cb_arg |
| void(* ABTI_thread_attr::f_cb)(ABT_thread, void *) |
Definition at line 339 of file abti.h.
Referenced by ABT_thread_attr_set_callback(), ABT_thread_get_attr(), ABTI_mem_alloc_thread_main(), ABTI_mem_alloc_thread_malloc(), ABTI_mem_alloc_thread_user(), and ABTI_thread_attr_init_migration().
| ABT_bool ABTI_thread_attr::migratable |
Definition at line 338 of file abti.h.
Referenced by ABT_thread_attr_set_migratable(), ABT_thread_get_attr(), ABTI_mem_alloc_thread_main(), ABTI_mem_alloc_thread_malloc(), ABTI_mem_alloc_thread_user(), ABTI_thread_attr_get_str(), and ABTI_thread_attr_init_migration().
| void* ABTI_thread_attr::p_cb_arg |
Definition at line 340 of file abti.h.
Referenced by ABT_thread_attr_set_callback(), ABT_thread_get_attr(), ABTI_mem_alloc_thread_main(), ABTI_mem_alloc_thread_malloc(), ABTI_mem_alloc_thread_user(), ABTI_thread_attr_get_str(), and ABTI_thread_attr_init_migration().
| void* ABTI_thread_attr::p_stack |
Definition at line 334 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABT_thread_attr_set_stack(), ABT_thread_get_attr(), ABTI_mem_alloc_thread_main(), ABTI_mem_alloc_thread_user(), ABTI_thread_attr_get_str(), and ABTI_thread_attr_init().
| size_t ABTI_thread_attr::stacksize |
Definition at line 335 of file abti.h.
Referenced by ABT_thread_attr_get_stack(), ABT_thread_attr_get_stacksize(), ABT_thread_attr_set_stack(), ABT_thread_attr_set_stacksize(), ABT_thread_get_attr(), ABTI_mem_alloc_thread_main(), ABTI_mem_alloc_thread_malloc(), ABTI_mem_alloc_thread_user(), ABTI_thread_attr_get_str(), and ABTI_thread_attr_init().
| ABTI_stack_type ABTI_thread_attr::stacktype |
Definition at line 336 of file abti.h.
Referenced by ABT_thread_attr_set_stack(), ABT_thread_attr_set_stacksize(), ABT_thread_get_attr(), ABTI_mem_alloc_thread(), ABTI_thread_attr_get_str(), and ABTI_thread_attr_init().
1.8.5